TimeZone Methods
Assembly: mscorlib (in mscorlib.dll)
| 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(Int32) | Returns the daylight saving time period for a particular year. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetUtcOffset(DateTime) | 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() | |
![]() | ToLocalTime(DateTime) | 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(DateTime) | Returns the Coordinated Universal Time (UTC) that corresponds to a specified time. |


