BaseDateTimePropertyDateTimeValue Property
This is used to get or set the value as a
DateTime object expressed in local
time.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public virtual DateTime DateTimeValue { get; set; }
Public Overridable Property DateTimeValue As DateTime
Get
Set
public:
virtual property DateTime DateTimeValue {
DateTime get ();
void set (DateTime value);
}
abstract DateTimeValue : DateTime with get, set
override DateTimeValue : DateTime with get, set
Property Value
DateTimeFor non-iCalendar objects or if a
TimeZoneId has not been specified, this acts
the same as
TimeZoneDateTime. If a time zone ID has been specified, an attempt is made
to convert the underlying date/time to/from local 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, the value is not modified and will be treated as local time.