interface TimeZone {
    displayName?: string;
    id?: string;
}

Properties

Properties

displayName?: string

Display name of the time zone.

id?: string

Id of the time zone.