Search
Calendar.getItemSelection Method
See Also
 






Gets a list of all selected items.

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

 Syntax

Java  Copy Code

public ItemSelection getItemSelection ()

 Return Value

An instance of the ItemSelection class representing the currently selected items.

 Remarks

Use getSelection to get the collection of all selected time cells.

 See Also