interface TzDefinition {
    keyName?: string;
    rules: TzDefinitionRule[];
}

Properties

Properties

keyName?: string

The name of the key for this time zone in the Windows registry. This name must not be localized.

e.g. Tokyo Standard Time

An array of rules that describe when shifts occur.