'Declaration
Public Overloads Function GetOccurrences( _ ByVal appointment As Appointment, _ ByVal start As System.Date, _ ByVal end As System.Date _ ) As AppointmentList
public AppointmentList GetOccurrences( Appointment appointment, System.DateTime start, System.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.