IdtTimeZoneAbbreviation Property

Gets the abbreviation of this IdtTimeZone for the current time.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public string Abbreviation { get; }

Property Value

String

Remarks

If there is no CurrentInfo(DateTimeOffset) available, the property returns Empty.

See Also