ISPTimeZoneData interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Interface that represents the data necessary to build an TimeZone object.

Properties

daylightDate
daylightOffset
description
id
offset
standardDate
standardOffset

Property Details

daylightDate

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

daylightDate: ISPSystemTime;

Property Value

daylightOffset

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

daylightOffset: number;

Property Value

number

description

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

description: string;

Property Value

string

id

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

id: number;

Property Value

number

offset

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

offset: number;

Property Value

number

standardDate

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

standardDate: ISPSystemTime;

Property Value

standardOffset

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

standardOffset: number;

Property Value

number