TimeZoneInformation Class
Updated: February 25, 2016
Represents settings for a time zone.
Assembly: Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)
| Name | Description | |
|---|---|---|
![]() | Bias | The current bias for local time translation on this computer, in minutes. |
![]() ![]() | Current | Gets the information for the current time zone. |
![]() | DaylightBias | Gets a bias value that is used during local time translations that occur during daylight time. |
![]() | DaylightDate | Gets a TimeZoneInformation::SYSTEMTIME object that contains a date and local time when the transition from standard time to daylight time occurs. |
![]() | StandardBias | Gets a bias value that is used during local time translations that occur during standard time. |
![]() | StandardDate | Gets a TimeZoneInformation::SYSTEMTIME object that contains a date and local time when the transition from daylight time to standard time occurs. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


