Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 726 Bytes

DateRange.md

File metadata and controls

10 lines (7 loc) · 726 Bytes

DateRange

Properties

Name Type Description Notes
StartDate string String in `YYYY-MM-DD` format, e.g. `2017-10-31` per the ISO 8601 extended format for calendar dates. The beginning of a date range (inclusive) [optional] [default to null]
EndDate string String in `YYYY-MM-DD` format, e.g. `2017-10-31` per the ISO 8601 extended format for calendar dates. The end of a date range (inclusive) [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]