_AppointmentItem.AllDayEvent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns True if the appointment is an all-day event (as opposed to a specified time). Read/write.
public:
property bool AllDayEvent { bool get(); void set(bool value); };
public bool AllDayEvent { get; set; }
Public Property AllDayEvent As Boolean