Search
Theme.CreateWeekRangeSettings Method
See Also
 






Creates a new WeekRangeSettings object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected WeekRangeSettings CreateWeekRangeSettings ()

Visual Basic  Copy Code

Protected Function CreateWeekRangeSettings () As WeekRangeSettings

 Return Value

 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