Appointment.IsAllDayEvent Property

Definition

Gets or sets whether the appointment is an all-day event.

public:
 property bool IsAllDayEvent { bool get(); void set(bool value); };
public bool IsAllDayEvent { get; set; }
Public Property IsAllDayEvent As Boolean

Property Value

true if the appointment is an all-day event; otherwise, false.

Applies to