Search
Appointment.setAllDayEvent Method
See Also
 






Sets a value indicating whether the appointment is an all-day event.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setAllDayEvent (
    boolean value
)

 Parameters

value

true if the item is an all day event; otherwise, false. The default is false.

 Remarks

All day events are displayed in a special header area when the Calendar displays a timetable view.

 See Also