This documentation is archived and is not being maintained.
TimeZone Methods
Visual Studio 2010
The TimeZone type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetDaylightChanges | Returns the daylight saving time period for a particular year. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUtcOffset | Returns the Coordinated Universal Time (UTC) offset for the specified local time. |
|
IsDaylightSavingTime(DateTime) | Returns a value indicating whether the specified date and time is within a daylight saving time period. |
|
IsDaylightSavingTime(DateTime, DaylightTime) | Returns a value indicating whether the specified date and time is within the specified daylight saving time period. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToLocalTime | Returns the local time that corresponds to a specified date and time value. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
ToUniversalTime | Returns the Coordinated Universal Time (UTC) that corresponds to a specified time. |
Show: