Date Time InstanceEnd Is Daylight Saving Time Property
This is used to get or set whether or not the end date/time is in daylight saving time
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 bool EndIsDaylightSavingTime { get; set; }VB
Public Property EndIsDaylightSavingTime As Boolean
Get
SetC++
public:
property bool EndIsDaylightSavingTime {
bool get ();
void set (bool value);
}F#
member EndIsDaylightSavingTime : bool with get, set