RDatePropertyTimeZoneDateTime 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: 2023.1.2.0
public virtual DateTime TimeZoneDateTime { get; set; }

Property Value

DateTime
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.

See Also