Overview
Model Name: DateParts
An object encoding of dates in activity ranges.
Properties
year
year
- Type
- Integer
- Required
- true
- Min. Value
- 1900
The year represented by this date object.
month
month
- Type
- Integer
- Required
- true
- Min. Value
- 1
- Max. Value
- 12
The month represented by this date object. 1 represents January, and 12 represents December.
day
day
- Type
- Integer
- Required
- true
- Min. Value
- 1
- Max. Value
- 31
The day of the month represented by this date object. 1 represents the first day of the month.