TimeZonePropertyTimeSpanValue 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: 2023.1.2.0
public TimeSpan TimeSpanValue { get; set; }

Property Value

TimeSpan
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).

See Also