DateTimeInstanceAbbreviatedStartTimeZoneName Property
This read-only property is used to get the start time zone name in its abbreviated form
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string AbbreviatedStartTimeZoneName { get; }
Public ReadOnly Property AbbreviatedStartTimeZoneName As String
Get
public:
property String^ AbbreviatedStartTimeZoneName {
String^ get ();
}
member AbbreviatedStartTimeZoneName : string with get
Property Value
String This is useful when
StartTimeZoneName 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.