Interface AwareTimeStruct

TimeStruct plus zone

interface AwareTimeStruct {
    time: TimeStruct;
    zone: undefined | TimeZone;
}

Properties

Properties

The time struct

zone: undefined | TimeZone

The time zone (can be undefined)

Generated using TypeDoc