Search
Theme.createWeekRangeSettings Method
See Also
 






Creates a new WeekRangeSettings object.

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

 Syntax

Java  Copy Code

protected WeekRangeSettings createWeekRangeSettings ()

 Return Value

An instance of the WeekRangeSettings class.

 Remarks

Invoke this method from within a derived custom theme class in order to create an instance of the WeekRangeSettings class. This is necessary since WeekRangeSettings does not have a public constructor and cannot be instantiated directly.

 See Also