Observance RuleOffset To Property
This is used to get the time zone Offset To (TZOFFSETTO) property
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This value is used to convert a universal time value to local time in the associated time zone for the observance rule.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public TimeZoneOffsetProperty OffsetTo { get; }VB
Public ReadOnly Property OffsetTo As TimeZoneOffsetProperty
GetC++
public:
property TimeZoneOffsetProperty^ OffsetTo {
TimeZoneOffsetProperty^ get ();
}F#
member OffsetTo : TimeZoneOffsetProperty with getProperty Value
TimeZoneOffsetPropertyThis value is used to convert a universal time value to local time in the associated time zone for the observance rule.