The start date time of this range. This field is optional and if it is not set then there is no
lower bound on the date time range. If this field is not set then endDateTime must be
specified.
The end date time of this range. This field is optional and if it is not set then there is no
upper bound on the date time range. If this field is not set then startDateTime must be
specified.
[[["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."],[[["\u003cp\u003eDateTimeRange in Google Ad Manager represents a period with a start and/or end date and time.\u003c/p\u003e\n"],["\u003cp\u003eIt's used by various services like AdRuleService, AdjustmentService, and more to define time boundaries.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify either a startDateTime, endDateTime, or both to define the range.\u003c/p\u003e\n"],["\u003cp\u003eIf one of startDateTime or endDateTime is not set, there is no bound on that respective end of the date time range.\u003c/p\u003e\n"],["\u003cp\u003eDateTimeRange uses DateTime objects for its startDateTime and endDateTime fields to provide specific date and time details.\u003c/p\u003e\n"]]],["The core content describes the `DateTimeRange` object, which defines a date and time range with optional upper and lower bounds. It's used within various services like `AdRuleService`, `ForecastService`, and `YieldGroupService`. The `DateTimeRange` object has two fields: `startDateTime`, specifying the range's beginning, and `endDateTime`, specifying the range's end. Both are optional, but at least one must be set to define a bounded range. The namespace is: `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type DateTimeRange (v202408)\n\n**Service** \n[AdRuleService](/ad-manager/api/reference/v202408/AdRuleService.DateTimeRange) [AdjustmentService](/ad-manager/api/reference/v202408/AdjustmentService.DateTimeRange) [ForecastService](/ad-manager/api/reference/v202408/ForecastService.DateTimeRange) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.DateTimeRange) **NativeStyleService** [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.DateTimeRange) [ProposalService](/ad-manager/api/reference/v202408/ProposalService.DateTimeRange) [PublisherQueryLanguageService](/ad-manager/api/reference/v202408/PublisherQueryLanguageService.DateTimeRange) [TargetingPresetService](/ad-manager/api/reference/v202408/TargetingPresetService.DateTimeRange) [YieldGroupService](/ad-manager/api/reference/v202408/YieldGroupService.DateTimeRange) **Dependencies** \n[DateTimeRangeTargeting](/ad-manager/api/reference/v202408/NativeStyleService.DateTimeRangeTargeting) \n▼\n**DateTimeRange**\n\nRepresents a range of dates (combined with time of day) that has an upper and/or lower bound.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `startDateTime` | ` `[DateTime](/ad-manager/api/reference/v202408/NativeStyleService.DateTime)` ` The start date time of this range. This field is optional and if it is not set then there is no lower bound on the date time range. If this field is not set then `endDateTime` must be specified. |\n| ### `endDateTime` | ` `[DateTime](/ad-manager/api/reference/v202408/NativeStyleService.DateTime)` ` The end date time of this range. This field is optional and if it is not set then there is no upper bound on the date time range. If this field is not set then `startDateTime` must be specified. |"]]