Skip to main content
A newer version of this page is available. .

TimeOfDayIntervalCollection Class

Represents a collection of time intervals for a single day.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v21.1.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public class TimeOfDayIntervalCollection :
    DXCollection<TimeOfDayInterval>

The following members return TimeOfDayIntervalCollection objects:

Library Related API Members
Cross-Platform Class Library QueryWorkTimeEventArgs.WorkTimes
SchedulerPrintAdapter.GetWorkTime(TimeInterval, Resource)
WorkTimeValidationEventArgs.WorkTimes
Silverlight Controls QueryWorkTimeEventArgs.WorkTimes

Remarks

The TimeOfDayIntervalCollection class provides advanced functionality, compared to a simple collection of TimeInterval objects. All time intervals are arranged according to their order in a day interval, and the properties of the TimeOfDayIntervalCollection are specific to the work time of the day.

See Also