WeekIntervalCollection Properties
A collection that contains time intervals of a fixed one week duration.| Name | Description |
|---|---|
| Capacity | Gets or sets the number of elements that the DXCollectionBase<T> can contain. Inherited from DXCollectionBase<T>. |
| CompressWeekend | Gets or sets a value which specifies whether the weekend days (Saturday and Sunday) should always persist in the collection together. |
| Count | Gets the number of elements contained in the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>. |
| Duration | Returns the difference between the earliest and the latest time of the intervals in a time interval collection. Inherited from TimeIntervalCollection. |
| End | Gets the end date time of the time interval which finishes last in the TimeIntervalCollection. Inherited from TimeIntervalCollection. |
| FirstDayOfWeek | Gets or sets the day which will be the first day of the week for the week interval collection. |
| Interval | Returns a TimeInterval object representing a time span of the time interval collection. Inherited from TimeIntervalCollection. |
| IsUpdateLocked | Gets whether the collection has been locked for updating. Inherited from NotificationCollection<T>. |
| Item[Int32] | Provides indexed access to individual items in the collection. Inherited from DXCollection<T>. |
| Start | Gets the earliest start date time from all the time intervals in the TimeIntervalCollection. Inherited from TimeIntervalCollection. |
| UniquenessProviderType | Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>. |
See Also