Class TimeZoneAbbreviation
public class TimeZoneAbbreviation
- Inheritance
-
TimeZoneAbbreviation
- Inherited Members
- Extension Methods
Constructors
TimeZoneAbbreviation(TimeZoneInfo, string, string, string, string)
public TimeZoneAbbreviation(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
GetAbbreviation(DateTimeOffset)
public string GetAbbreviation(DateTimeOffset time)
Parameters
timeDateTimeOffset