Initializes a new instance of the DateAppointments class.

Namespace:  C1.C1Schedule.Printing
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public DateAppointments(
	DateTime date
)
Visual Basic (Declaration)
Public Sub New ( _
	date As DateTime _
)

Parameters

date
Type: System..::..DateTime
The DateTime value determining the represented date.

See Also