Click or drag to resize
AppointmentCollectionGetAppointmentsEnclosingRange Method
Searches for all Appointments that are fully contained within the specified time range.

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> GetAppointmentsEnclosingRange(
	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 are fully contained within the specified time range.
See Also