Date Time InstanceAbbreviated End Time Zone Name Property
This read-only property is used to get the end time zone name in its abbreviated form
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string AbbreviatedEndTimeZoneName { get; }VB
Public ReadOnly Property AbbreviatedEndTimeZoneName As String
GetC++
public:
property String^ AbbreviatedEndTimeZoneName {
String^ get ();
}F#
member AbbreviatedEndTimeZoneName : string with getProperty Value
StringRemarks
This is useful when EndTimeZoneName is set to a full description. The
property simply concatenates the first letter of every word in the description. For example,
Pacific Standard Time is returned as PST. If there is only one word, it is assumed to be in
abbreviated form already and that is returned instead.