Interface Time

Class representation of a specific point in time. A meeting at 2pm would be represented as a time subobject.

Hierarchy

  • Time

Properties

Properties

object: Time

The type of 'when' object.

time: number

A UNIX timestamp representing the time of occurrence.

timezone: string

If timezone is present, then the value for time will be read with timezone. Timezone using IANA formatted string. (e.g. "America/New_York")

Generated using TypeDoc