'Declaration
Public Overloads Function Add( _ ByVal start As Date, _ ByVal end As Date _ ) As Appointment
public Appointment Add( DateTime start, DateTime end )
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.
Return Value
The Appointment object.