IsAllDayEvent property
Defines the Start property.
Defines the End property.
Defines the OriginalStart property.
Defines the IsAllDayEvent property.
Implementation
// static PropertyDefinition Start =
// AppointmentSchema.Start;
/// <summary>
/// Defines the End property.
/// </summary>
// static PropertyDefinition End =
// AppointmentSchema.End;
/// <summary>
/// Defines the OriginalStart property.
/// </summary>
// static PropertyDefinition OriginalStart =
// AppointmentSchema.OriginalStart;
/// <summary>
/// Defines the IsAllDayEvent property.
/// </summary>
static PropertyDefinition IsAllDayEvent = AppointmentSchema.IsAllDayEvent;