[]
        
(Showing Draft Content)

C1.C1Schedule.Printing.DateAppointmentsCollection.Item

this Property

this[DateTime, DateTime]

Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.

Declaration
public DateAppointmentsCollection this[DateTime start, DateTime end] { get; }
Parameters
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.

Property Value
Type Description
DateAppointmentsCollection

The DateAppointmentsCollection collection containing DateAppointments objects for the specified date range.

Remarks

Resulting collection always contains the subset of the current collection. All days out of this collection date range are omitted.