Daylight PropertyUses Daylight Saving Time Property
This property is used to set or get the daylight saving time flag
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Daylight saving time is used if true, false if not
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool UsesDaylightSavingTime { get; set; }VB
Public Property UsesDaylightSavingTime As Boolean
Get
SetC++
public:
property bool UsesDaylightSavingTime {
bool get ();
void set (bool value);
}F#
member UsesDaylightSavingTime : bool with get, setProperty Value
BooleanDaylight saving time is used if true, false if not