Interface PeriodJson

Period encoded as a JSON object

interface PeriodJson {
    duration: string;
    periodDst: PeriodDstJson;
    reference: string;
}

Properties

duration: string

Interval as a timezonecomplete duration string

periodDst: PeriodDstJson

Daylight saving time handling

reference: string

Reference date as iso timestamp + time zone

Generated using TypeDoc