GetOccurrences(Appointment,DateTime,DateTime) Method
Retrieves the
AppointmentList object which contains the list of occurrences of the specified master appointment in the specified time interval.
'Declaration
Public Overloads Function GetOccurrences( _
ByVal As Appointment, _
ByVal As System.Date, _
ByVal As System.Date _
) As AppointmentList
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