PwsDateInterval
Overview
This structure represents a date interval, or date range, for budget baseline buckets.
Format
PwsDateInterval
- PwsDateInterval
- EndDate: DateTime
- StartDate: DateTime
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
EndDate | DateTime | On Insert: Yes On Update: No | The end date of the budget baseline interval in midnight UTC format. | 2018-01-31T00:00:00Z |
StartDate | DateTime | On Insert: Yes (unless it is the first bucket in the baseline) On Update: No | The start date of the budget baseline interval in midnight UTC format. | 2018-01-01T00:00:00Z |