Class TimeZoneAlias
public class TimeZoneAlias
- Inheritance
-
TimeZoneAlias
- Inherited Members
- Extension Methods
Constructors
TimeZoneAlias(TimeZoneInfo, string, string, string, string)
public TimeZoneAlias(TimeZoneInfo zone, string generic, string standard, string daylight, string moment)
Parameters
zoneTimeZoneInfogenericstringstandardstringdaylightstringmomentstring
Properties
Daylight
public string Daylight { get; }
Property Value
Generic
public string Generic { get; }
Property Value
Moment
public string Moment { get; }
Property Value
Standard
public string Standard { get; }
Property Value
Methods
GetName(DateTimeOffset)
public string GetName(DateTimeOffset when)
Parameters
whenDateTimeOffset