Time Zone PropertyTime Span Value Property
This is used to get or set the time zone as a TimeSpan object
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If set to a time zone value, any underlying text value that includes descriptive time zone text will be lost (VALUE will be reset from TEXT to UTC-OFFSET).
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeSpan TimeSpanValue { get; set; }VB
Public Property TimeSpanValue As TimeSpan
Get
SetC++
public:
property TimeSpan TimeSpanValue {
TimeSpan get ();
void set (TimeSpan value);
}F#
member TimeSpanValue : TimeSpan with get, setProperty Value
TimeSpanIf set to a time zone value, any underlying text value that includes descriptive time zone text will be lost (VALUE will be reset from TEXT to UTC-OFFSET).