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