Table of Contents

Class TimeZoneAbbreviation

Namespace
Shift.Common
Assembly
Shift.Common.dll
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

zone TimeZoneInfo
generic string
standard string
daylight string
moment string

Properties

Daylight

public string Daylight { get; }

Property Value

string

Generic

public string Generic { get; }

Property Value

string

Moment

public string Moment { get; }

Property Value

string

Standard

public string Standard { get; }

Property Value

string

Methods

GetAbbreviation(DateTimeOffset)

public string GetAbbreviation(DateTimeOffset time)

Parameters

time DateTimeOffset

Returns

string