enum DayOfWeek (v202411)Stay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["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"]]