Click or drag to resize
AppointmentCollectionGetAppointmentsStartingInRange Method
Searches for all Appointments that start in the specified time range and returns a generic IList containing them.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IList<Appointment> GetAppointmentsStartingInRange(
	DateTime rangeStart,
	DateTime rangeEnd
)

Parameters

rangeStart
Type: SystemDateTime
The start of the time range.
rangeEnd
Type: SystemDateTime
The end of the time range.

Return Value

Type: IListAppointment
A generic IList containing the Appointments that start in the specified time range.
See Also