Share via


DateRange interface

Date range to be used with QueryParameter, it should be within 12 months between start and end date. In certain cases, start and end dates must be the same date.

Properties

end

End date parameter in yyyy-MM-01 format. Only the first day of each month is accepted.

start

Start date parameter in yyyy-MM-01 format. Only the first day of each month is accepted.

Property Details

end

End date parameter in yyyy-MM-01 format. Only the first day of each month is accepted.

end: string

Property Value

string

start

Start date parameter in yyyy-MM-01 format. Only the first day of each month is accepted.

start: string

Property Value

string