SP.TimeZoneInformation object

Represents information about a time zone.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.TimeZoneInformation()

Members

The TimeZoneInformation object has the following members.

Constructor

The TimeZoneInformation object has the following constructor.

Constructor

Description

TimeZoneInformation

Initializes a new instance of the SP.TimeZoneInformation object.

Properties

The TimeZoneInformation object has the following properties.

Property

Description

bias

The number of minutes that the time zone differs from Coordinated Universal Time (UTC). A positive value indicates that the time zone is behind UTC.

daylightBias

The number of minutes added to the bias during Daylight Savings Time.

standardBias

The number of minutes added to the Bias outside of Daylight Savings Time.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.