Back to Devexpress

TimeOfDayInterval Class

corelibraries-devexpress-dot-xtrascheduler-b3da35f4.md

latest3.7 KB
Original Source

TimeOfDayInterval Class

A time interval within a day.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class TimeOfDayInterval :
    ICloneable,
    ISupportObjectChanged
vb
Public Class TimeOfDayInterval
    Implements ICloneable,
               ISupportObjectChanged

The following members return TimeOfDayInterval objects:

Show 17 links

LibraryRelated API Members
Cross-Platform Class LibraryQueryWorkTimeEventArgs.WorkTime
SchedulerPrintAdapter.WorkTime
TimeOfDayInterval.Clone()
TimeOfDayInterval.Day
TimeOfDayInterval.Empty
TimeOfDayInterval.Intersect(TimeOfDayInterval, TimeOfDayInterval)
TimeOfDayInterval.Union(TimeOfDayInterval, TimeOfDayInterval)
WorkTimeValidationEventArgs.WorkTime
WinForms ControlsDailyPrintStyle.PrintTime
DayView.VisibleTime
DayView.WorkTime
DayViewTimeCells.VisibleTime
TimelineView.WorkTime
ASP.NET Web Forms ControlsASPxSchedulerPrintAdapterBase.WorkTime
DayView.VisibleTime
DayView.WorkTime
TimelineView.WorkTime

Remarks

The TimeOfDayInterval class represents a time interval within a single day. This class declares the TimeOfDayInterval.Start, TimeOfDayInterval.End and TimeOfDayInterval.Duration properties which respectively specify the start time, end time and duration of the time interval inside a day.

Inheritance

Object TimeOfDayInterval WorkTimeInterval

See Also

TimeOfDayInterval Members

DevExpress.XtraScheduler Namespace