Initializes a new instance of the WeekView class.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public WeekView( Schedule schedule, DateTime startDate ) |
Visual Basic |
---|
Public Sub New ( _ schedule As Schedule, _ startDate As DateTime _ ) |
Visual C++ |
---|
public: WeekView( 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.