Date Time InstanceEnd Time Zone Name Property
This is used to get or set the time zone name description for the end date/time value (Eastern
Daylight Time, Pacific Standard Time, etc).
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 EndTimeZoneName { get; set; }VB
Public Property EndTimeZoneName As String
Get
SetC++
public:
property String^ EndTimeZoneName {
String^ get ();
void set (String^ value);
}F#
member EndTimeZoneName : string with get, set