My favorites | English | Sign in

Documentation for the requested version is not available.Documentation for the requested diff is not available.

DateRange

Link to this version

Date range. Either a predefined one like 'Today' or 'LastMonth', or a custom one given by two dates.

Fields

endDate dateTime
End date for a custom date range. Ignored if isPredefined is set to true.
isPredefined boolean
True if predefinedDateRange should be considered, false if startDate and endDate should be considered.
predefinedDateRange PredefinedDateRange
Predefined date range. Only meaningful when isPredefined is set to true.

Values are:

  • Today
  • Yesterday
  • Last7Days
  • ThisMonth
  • LastMonth
  • AllTime

startDate dateTime
Start date for a custom date range. Ignored if isPredefined is set to true.