[]
The DateAppointmentsCollection class represents the KeyedCollection<TKey, TItem> collection which can be used as a data source in C1PrintDocument documents.
public class DateAppointmentsCollection : KeyedCollection<DateTime, DateAppointments>, IList<DateAppointments>, ICollection<DateAppointments>, IList, ICollection, IReadOnlyList<DateAppointments>, IReadOnlyCollection<DateAppointments>, IEnumerable<DateAppointments>, IEnumerable
Name | Description |
---|---|
this[DateTime, DateTime] | Gets a new DateAppointmentsCollection collection containing DateAppointments objects for the specified date range. |
Name | Description |
---|---|
GetIntervalAppointments(DateTime, DateTime, bool) | Gets a List<T> containing Appointment objects for the specified DateTime range. |
GetKeyForItem(DateAppointments) | Returns key value for the specified item. |