Skip to main content

TimeOfDayIntervalCollection Properties

Represents a collection of time intervals for a single day.
Name Description
Capacity Gets or sets the number of elements that the DXCollectionBase<T> can contain. Inherited from DXCollectionBase<T>.
Count Gets the number of elements contained in the DXCollectionBase<T> instance. Inherited from DXCollectionBase<T>.
Duration Gets the duration of the time interval starting at the earliest work time and finishing at the latest work time in a collection.
End Gets the end of the last work time interval in a collection.
Item[Int32] Provides indexed access to individual items in the collection. Inherited from DXCollection<T>.
Start Gets the start of the first work time interval in a collection.
UniquenessProviderType Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. Inherited from DXCollectionBase<T>.
See Also