AI-generated Key Takeaways
-
DayOfWeek is an enumeration representing the days of the week, used within the Google Ad Manager API.
-
This enumeration includes values for each day of the week: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.
-
Each value within the DayOfWeek enumeration has a corresponding description specifying the day it represents.
-
The DayOfWeek enumeration is part of the Google Ad Manager API namespace
https://www.google.com/apis/ads/publisher/v202411
. -
This enumeration is used as a dependency in several services, including NativeStyleService, to specify or target specific days within Ad Manager.
Days of the week.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
MONDAY
|
The day of week named Monday. |
TUESDAY
|
The day of week named Tuesday. |
WEDNESDAY
|
The day of week named Wednesday. |
THURSDAY
|
The day of week named Thursday. |
FRIDAY
|
The day of week named Friday. |
SATURDAY
|
The day of week named Saturday. |
SUNDAY
|
The day of week named Sunday. |