Daylight PropertyOffset Property
This is used to get or set the time offset as a TimeSpan object
Definition
Namespace: EWSoftware.PDI.Properties
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 TimeSpan Offset { get; set; }VB
Public Property Offset As TimeSpan
Get
SetC++
public:
property TimeSpan Offset {
TimeSpan get ();
void set (TimeSpan value);
}F#
member Offset : TimeSpan with get, set