Search
Item.getAllDayEvent Method
See Also
 






Gets a value indicating whether the item represents an all day event.

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

 Syntax

Java  Copy Code

public abstract boolean getAllDayEvent ()

 Return Value

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

 Remarks

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

 See Also