Initializes a new instance of the MonthView class.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public MonthView(
	Schedule schedule
)
Visual Basic (Declaration)
Public Sub New ( _
	schedule As Schedule _
)

Parameters

schedule
Type: Mindscape.WpfElements..::.Schedule
The Schedule to be displayed.

See Also