AllDayEvent Property (Appointment)
In This Topic
Gets or sets the
System.Boolean value indicating if the current appointment is an All-day appointment.
Syntax
'Declaration
Public Property AllDayEvent As Boolean
public bool AllDayEvent {get; set;}
See Also