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