public DateTime DateTimeValue { get; set; }
Public Property DateTimeValue As DateTime
Get
Set
public:
property DateTime DateTimeValue {
DateTime get ();
void set (DateTime value);
}
member DateTimeValue : DateTime with get, set
For non-iCalendar objects or if a TimeZoneId has not been specified or if the value format is a period, 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.
If set to a date/time, the value format is forced to date/time if it is currently set to period.