Date Time InstanceStart Is Daylight Saving Time Property
This is used to get or set whether or not the start 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 StartIsDaylightSavingTime { get; set; }VB
Public Property StartIsDaylightSavingTime As Boolean
Get
SetC++
public:
property bool StartIsDaylightSavingTime {
bool get ();
void set (bool value);
}F#
member StartIsDaylightSavingTime : bool with get, set