<- Object

Object

DateRange

A range defined by two dates.

Used for filtering a query for Connect v2 objects that have date properties.

Link to section

Properties

Link to section

start_date

string

A string in YYYY-MM-DD format, such as 2017-10-31, per the ISO 8601 extended format for calendar dates. The beginning of a date range (inclusive).

Link to section

end_date

string

A string in YYYY-MM-DD format, such as 2017-10-31, per the ISO 8601 extended format for calendar dates. The end of a date range (inclusive).