Search
Theme.CreateMonthRangeSettings Method
See Also
 





Creates a new MonthRangeSettings object.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected MonthRangeSettings CreateMonthRangeSettings ()

Visual Basic  Copy Code

Protected Function CreateMonthRangeSettings () As MonthRangeSettings

 Return Value

An instance of the MonthRangeSettings class.

 Remarks

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

 See Also