Interface Datespan

Class representation of a specific dates without clock-based start or end times. A business quarter or academic semester would be represented as datespan subobjects.

Hierarchy

  • Datespan

Properties

Properties

endDate: string

The end date in ISO 8601 format.

startDate: string

The start date in ISO 8601 format.

type: Datespan

The type of 'when' object.

Generated using TypeDoc