[]
Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.
public DateAppointmentsCollection this[DateTime start, DateTime end] { get; }
Type | Name | Description |
---|---|---|
DateTime | start | The DateTime value representing the beginning of the date range. |
DateTime | end | The DateTime value representing the end of the date range. |
Type | Description |
---|---|
DateAppointmentsCollection | The DateAppointmentsCollection collection containing DateAppointments objects for the specified date range. |
Resulting collection always contains the subset of the current collection. All days out of this collection date range are omitted.