AI-generated Key Takeaways
-
DayOfWeek is an enumeration representing the days of the week.
-
It is part of the
https://www.google.com/apis/ads/publisher/v202508
namespace. -
The enumeration includes values for Monday through Sunday.
-
DayOfWeek is used by various services such as AdRuleService, ForecastService, and LineItemService.
-
It is also a dependency of the DayPart object.
Days of the week.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |