Date intervals that represent (possibly open) intervals in time

Hierarchy

  • DateInterval

Index

Properties

Properties

from

from: ApiDate | null

Begin of the date interval.

remarks

If this is null, the interval has no begin date, so its left-open.

to

to: ApiDate | null

End of the date interval.

remarks

If this is null, the interval has no end date, so its right-open.

Legend

Generated using TypeDoc