enum DayOfWeek (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eDayOfWeek is an enumeration representing the days of the week, used within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration includes values for each day of the week: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, and SUNDAY.\u003c/p\u003e\n"],["\u003cp\u003eEach value within the DayOfWeek enumeration has a corresponding description specifying the day it represents.\u003c/p\u003e\n"],["\u003cp\u003eThe DayOfWeek enumeration is part of the Google Ad Manager API namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis enumeration is used as a dependency in several services, including NativeStyleService, to specify or target specific days within Ad Manager.\u003c/p\u003e\n"]]],["The content defines `DayOfWeek` as an enumeration within the Google Ad Manager API (v202411), specifically under the namespace `https://www.google.com/apis/ads/publisher/v202411`. It lists the seven days of the week: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday. This enumeration is a dependency used by various services, including AdRuleService, AdjustmentService, ForecastService, and others, in the context of `DayPart` function. The `NativeStyleService` also uses it.\n"],null,["# enum DayOfWeek (v202411)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202411/AdRuleService.DayOfWeek) [AdjustmentService](/ad-manager/api/reference/v202411/AdjustmentService.DayOfWeek) [ForecastService](/ad-manager/api/reference/v202411/ForecastService.DayOfWeek) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.DayOfWeek) **NativeStyleService** [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.DayOfWeek) [ProposalService](/ad-manager/api/reference/v202411/ProposalService.DayOfWeek) [PublisherQueryLanguageService](/ad-manager/api/reference/v202411/PublisherQueryLanguageService.DayOfWeek) [TargetingPresetService](/ad-manager/api/reference/v202411/TargetingPresetService.DayOfWeek) [YieldGroupService](/ad-manager/api/reference/v202411/YieldGroupService.DayOfWeek) **Dependencies** \n[DayPart](/ad-manager/api/reference/v202411/NativeStyleService.DayPart) \n▼\n**DayOfWeek**\n\nDays of the week.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|----------------------------------|\n| `MONDAY` | The day of week named Monday. |\n| `TUESDAY` | The day of week named Tuesday. |\n| `WEDNESDAY` | The day of week named Wednesday. |\n| `THURSDAY` | The day of week named Thursday. |\n| `FRIDAY` | The day of week named Friday. |\n| `SATURDAY` | The day of week named Saturday. |\n| `SUNDAY` | The day of week named Sunday. |"]]