Appointment Constructor(DateTime,DateTime)
In This Topic
Initializes a new instance of the
Appointment class with the specified parameters.
Syntax
'Declaration
Public Function New( _
ByVal As System.Date, _
ByVal As System.Date _
)
public Appointment(
System.DateTime ,
System.DateTime
)
Parameters
- start
- The System.DateTime value which specifies the start date and time of the appointment.
- end
- The System.DateTime value which specifies the end date and time of the appointment.
See Also