Class EventDateTime
public class EventDateTime : Object, IDirectResponseSchema
- Inheritance
-
EventDateTime
- Implements
-
IDirectResponseSchema
Constructors
EventDateTime()
public EventDateTime()
Properties
Date
The date, in the format "yyyy-mm-dd", if this is an all-day event.
public virtual string Date { get; set; }
Property Value
DateTime
DateTime representation of DateTimeRaw.
public virtual Nullable<DateTime> DateTime { get; set; }
Property Value
- Nullable<DateTime>
DateTimeRaw
The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in timeZone.
public virtual string DateTimeRaw { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
TimeZone
The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). Optional. The default is the time zone of the calendar.
public virtual string TimeZone { get; set; }