Initializes a new instance of the DayView class.

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

Syntax

C#
public DayView(
	Schedule schedule,
	DateTime startDate
)
Visual Basic (Declaration)
Public Sub New ( _
	schedule As Schedule, _
	startDate As DateTime _
)

Parameters

schedule
Type: Mindscape.WpfElements..::.Schedule
The Schedule to be displayed.
startDate
Type: System..::.DateTime
The start date for the display.

See Also