AI-generated Key Takeaways
-
DayOfWeek is an enumeration representing the days of the week within the
https://www.google.com/apis/ads/publisher/v202502
namespace. -
It includes enumerations for each day from Monday to Sunday.
-
DayOfWeek is a dependency for services such as AdRuleService, ForecastService, and LineItemService.
Service
Dependencies
DayPart
▼
DayOfWeek
Days of the week.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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. |