TimeZoneTimeHelper Class
Assembly: PTS.Globalization.dll
Syntax
public static class TimeZoneTimeHelper
Inheritance
System.Object
TimeZoneTimeHelper
Methods
GetTimeZoneId(TimeZoneCode)
Declaration
public static string GetTimeZoneId(this TimeZoneCode code)
Parameters
Returns
Type |
Description |
System.String |
|
ToRemoteTimeZone(Time, TimeZoneCode)
Declaration
public static Time ToRemoteTimeZone(this Time time, TimeZoneCode timeZoneCode)
Parameters
Returns
ToRemoteTimeZone(Nullable<Time>, TimeZoneCode)
Declaration
public static Time? ToRemoteTimeZone(this Time? time, TimeZoneCode timeZoneCode)
Parameters
Returns
Type |
Description |
System.Nullable<Time> |
|
ToSystemTimeZone(Time, TimeZoneCode)
Declaration
public static Time ToSystemTimeZone(this Time time, TimeZoneCode timeZoneCode)
Parameters
Returns
ToSystemTimeZone(Nullable<Time>, TimeZoneCode)
Declaration
public static Time? ToSystemTimeZone(this Time? time, TimeZoneCode timeZoneCode)
Parameters
Returns
Type |
Description |
System.Nullable<Time> |
|
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()