TimeZoneCodeHelper Class
Namespace: PTS.Globalization
Assembly: PTS.Globalization.dll
Syntax
[InitializeOnStart]
public static class TimeZoneCodeHelper
Inheritance
System.Object
TimeZoneCodeHelper
Methods
ToTimeZoneCode(TimeZoneInfo)
Declaration
public static TimeZoneCode ToTimeZoneCode(TimeZoneInfo info)
Parameters
Type | Name | Description |
---|---|---|
System.TimeZoneInfo | info |
Returns
Type | Description |
---|---|
TimeZoneCode |
ToTimeZoneInfo(TimeZoneCode)
Declaration
public static TimeZoneInfo ToTimeZoneInfo(this TimeZoneCode code)
Parameters
Type | Name | Description |
---|---|---|
TimeZoneCode | code |
Returns
Type | Description |
---|---|
System.TimeZoneInfo |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()