Search
Theme.CreateMonthSettings Method
See Also
 






Creates a new MonthSettings object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected MonthSettings CreateMonthSettings ()

Visual Basic  Copy Code

Protected Function CreateMonthSettings () As MonthSettings

 Return Value

An instance of the MonthSettings class.

 Remarks

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

 See Also