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