Search
Selection.getDayRanges Method
See Also
 






Gets a read-only collection of DateTime objects, sorted chronologically. Each pair in the collection represents an interval of selected days.

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

 Syntax

Java  Copy Code

public List<DateTime> getDayRanges ()

 Return Value

An instance of the List class containing even number of DateTime objects.

 Remarks

Any attempt to modify this connection will result in an exception.

 See Also