RDate PropertyTime Zone Date Time Property
This is used to get or set the value as a DateTime object expressed in the
specified TimeZoneId rather than local time on the current system.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
For non-iCalendar objects or when a time zone ID has not been specified, the value is always in local time. If set to a date/time, the value format is forced to date/time if it is currently set to period.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public virtual DateTime TimeZoneDateTime { get; set; }VB
Public Overridable Property TimeZoneDateTime As DateTime
Get
SetC++
public:
virtual property DateTime TimeZoneDateTime {
DateTime get ();
void set (DateTime value);
}F#
abstract TimeZoneDateTime : DateTime with get, set
override TimeZoneDateTime : DateTime with get, setProperty Value
DateTimeFor non-iCalendar objects or when a time zone ID has not been specified, the value is always in local time. If set to a date/time, the value format is forced to date/time if it is currently set to period.