Interface TimeZone

Export

TimeZone

interface TimeZone {
    timeZone: string;
}

Properties

Properties

timeZone: string

Memberof

TimeZone