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.

object: Datespan

The type of 'when' object.

startDate: string

The start date in ISO 8601 format.

Generated using TypeDoc