Search
Theme.CreateTimetableSettings Method
See Also
 






Creates a new TimetableSettings object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected TimetableSettings CreateTimetableSettings ()

Visual Basic  Copy Code

Protected Function CreateTimetableSettings () As TimetableSettings

 Return Value

An instance of the TimetableSettings class.

 Remarks

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

 See Also