DateAppointments Constructor
In This Topic
Initializes a new instance of the
DateAppointments class.
Syntax
'Declaration
Public Function New( _
ByVal As Date _
)
public DateAppointments(
DateTime
)
Parameters
- date
- The System.DateTime value determining the represented date.
See Also