Initializes a new instance of the DayView class.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Parameters

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

See Also