DateRange

constructor(startDate: String? = null, endDate: String? = null)

Parameters

startDate

Start date of the date range (YYYY-MM-DD).

endDate

Start date of the date range (YYYY-MM-DD).