[]
Collection of all days in the C1Schedule component.
public class DayCollection : KeyedCollection<DateTime, Day>, IList<Day>, ICollection<Day>, IList, ICollection, IReadOnlyList<Day>, IReadOnlyCollection<Day>, IEnumerable<Day>, IEnumerable
| Name | Description |
|---|---|
| BoldedDates | Returns collection of dates which have appointments. |
| this[DateTime] |
| Name | Description |
|---|---|
| ClearItems() | |
| GetFirstWeekDay(DateTime) | Returns the first day of week, containing specified date. |
| GetKeyForItem(Day) | Extracts the key from the specified element. |
| GetLastWeekDay(DateTime) | Returns the last day of week, containing specified date. |
| RemoveItem(int) |
| Name | Description |
|---|---|
| BoldedDatesChanged | Occurs when the BoldedDates collection has been changed. |