type DateTimeRange (v202405)
Represents a range of dates (combined with time of day) that has an upper and/or lower bound.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
startDateTime
|
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.
|
endDateTime
|
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.
|
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 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["DateTimeRange represents a flexible range of dates and times, with optional start and end points for defining boundaries."],["It is used by various Google Ad Manager services, including LineItemService, ProposalService, and ForecastService."],["DateTimeRange utilizes startDateTime and endDateTime fields, which are of the DateTime type, to specify the range."],["Either startDateTime or endDateTime must be specified, while the other can be omitted to create an unbounded range."],["This structure allows for precise scheduling and targeting within the Ad Manager platform."]]],["The content outlines the `DateTimeRange` data structure used across multiple services within an ad management API. This structure defines a date and time range with optional start and end times. Key information includes: services like `AdRuleService`, `LineItemService`, and `YieldGroupService` utilize it. `DateTimeRange` must have at least a start time or an end time specified. The structure is defined with two fields: `startDateTime` and `endDateTime`, which are each a DateTime object.\n"]]