Search
Calendar.getSelection Method
See Also
 






Gets a Selection object representing the current selection in the calendar.

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

 Syntax

Java  Copy Code

public Selection getSelection ()

 Return Value

An instance of the Selection class representing the selection of time cells.

 Remarks

Use getItemSelection to get the selected items.

 See Also