'Declaration
Public Overloads Function GetOccurrences( _ ByVal appointment As Appointment, _ ByVal start As Date, _ ByVal end As Date _ ) As AppointmentList
public AppointmentList GetOccurrences( Appointment appointment, DateTime start, DateTime end )
Parameters
- appointment
- The Appointment object representing the master appointment.
- start
- The System.DateTime value which specifies the start date and time of the interval.
- end
- The System.DateTime value which specifies the end date and time of the interval.
Return Value
The AppointmentList object.