Type alias: DateRange
DateRange: {
"from"
:Date
|undefined
;"to"
:Date
; }
A matcher to match a range of dates. The range can be open. Differently from DateInterval, the dates here are included.
Type declaration​
Member | Type |
---|---|
from | Date | undefined |
to | Date |