TimeZonePropertyTimeSpanValue Property
This is used to get or set the time zone as a
TimeSpan object
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public TimeSpan TimeSpanValue { get; set; }
Public Property TimeSpanValue As TimeSpan
Get
Set
public:
property TimeSpan TimeSpanValue {
TimeSpan get ();
void set (TimeSpan value);
}
member TimeSpanValue : TimeSpan with get, set
Property 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).