TimeZoneInfo::CreateCustomTimeZone Method
Defines a time zone that is not found on the local computer.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateCustomTimeZone(String^, TimeSpan, String^, String^) | Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, and a standard time display name. |
![]() ![]() | CreateCustomTimeZone(String^, TimeSpan, String^, String^, String^, array<TimeZoneInfo::AdjustmentRule^>^) | Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, and daylight saving time rules. |
![]() ![]() | CreateCustomTimeZone(String^, TimeSpan, String^, String^, String^, array<TimeZoneInfo::AdjustmentRule^>^, Boolean) | Creates a custom time zone with a specified identifier, an offset from Coordinated Universal Time (UTC), a display name, a standard time name, a daylight saving time name, daylight saving time rules, and a value that indicates whether the returned object reflects daylight saving time information. |

