SPTimeZoneInformation Structure
The SPTimeZoneInformation structure provides fields used to define a time zone.
System.Object
System.ValueType
Microsoft.SharePoint.SPTimeZoneInformation
Public Constructors
The following table shows the public constructors of the SPTimeZoneInformation structure and a brief description of each.
Name | Description |
---|---|
SPTimeZoneInformation | Initializes a new instance of the SPTimeZoneInformation structure. |
Public Properties
The following table shows the public properties of the SPTimeZoneInformation structure, the data type of each property, and a brief description of each.
Name | Data Type | Description |
---|---|---|
Bias | Int32 | Gets the bias in the number of minutes that the time zone differs from coordinated universal time (UTC). |
DaylightBias | Int32 | Gets the bias in the number of minutes that daylight time for the time zone differs from coordinated universal time (UTC). |
DaylightDate | Microsoft.SharePoint.SPSystemTime | Gets the date on which daylight time begins for the time zone. |
StandardBias | Int32 | Gets the bias in the number of minutes that standard time for the time zone differs from coordinated universal time (UTC). |
StandardDate | Microsoft.SharePoint.SPSystemTime | Gets the date on which standard time begins for the time zone. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread safe.
Requirements
Namespace: Microsoft.SharePoint
Platforms: Windows Server 2003
Assembly: Windows SharePoint Services (in Microsoft.SharePoint.dll)
Security: Code Access Security