'Declaration Public Overloads Function Add( _ ByVal start As System.Date, _ ByVal end As System.Date, _ ByVal subject As System.String _ ) As Appointment
public Appointment Add( System.DateTime start, System.DateTime end, System.string subject )
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.
- subject
- The System.String value which contains the subject of the appointment.
Return Value
The Appointment object.