enum DayOfWeek (v202411)

  • DayOfWeek is an enumeration representing the days of the week within the specified namespace.

  • This enumeration is a dependency for the NativeStyleService and is used by various other services such as AdRuleService, ForecastService, and LineItemService.

  • The enumeration includes values for each day of the week from Monday to Sunday, each with a description.

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.