RDate PropertyUtc Date Time Property
This is used to get or set the value as a DateTime object expressed in Universal
Time.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If a time zone ID has been specified, an attempt is made to convert the underlying date/time to/from Universal Time based on the time zone settings. A VTIMEZONE component with a matching time zone ID must exist in the owning calendar for this to occur. If one cannot be found (and for non-iCalendar objects or those in which the value format is a period), the value is not modified and will be treated as local time for the conversion.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public virtual DateTime UtcDateTime { get; set; }VB
Public Overridable Property UtcDateTime As DateTime
Get
SetC++
public:
virtual property DateTime UtcDateTime {
DateTime get ();
void set (DateTime value);
}F#
abstract UtcDateTime : DateTime with get, set
override UtcDateTime : DateTime with get, setProperty Value
DateTimeIf a time zone ID has been specified, an attempt is made to convert the underlying date/time to/from Universal Time based on the time zone settings. A VTIMEZONE component with a matching time zone ID must exist in the owning calendar for this to occur. If one cannot be found (and for non-iCalendar objects or those in which the value format is a period), the value is not modified and will be treated as local time for the conversion.