SPTimeZone members
Represents the time zone setting that is implemented on a SharePoint Web site.
The SPTimeZone type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets the description for the time zone. | |
ID | Gets or sets the ID of the time zone. | |
Information | Gets information about the time zone. |
Top
Methods
Name | Description | |
---|---|---|
EnsureTZData | Reserved for internal use. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LocalTimeToUTC | Converts the specified DateTime value from local time to Coordinated Universal Time (UTC). | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UTCToLocalTime | Converts the specified DateTime value from Coordinated Universal Time (UTC) to local time. |
Top