Back to Devexpress

WorkTime Class

windowsforms-devexpress-dot-xtragantt-dot-scheduling-68739955.md

latest1.1 KB
Original Source

WorkTime Class

Represents a single time interval in a day’s schedule (for example, 9:00 to 12:00).

Namespace : DevExpress.XtraGantt.Scheduling

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public class WorkTime :
    IEquatable<WorkTime>
vb
Public Class WorkTime
    Implements IEquatable(Of WorkTime)

The following members return WorkTime objects:

Inheritance

Object WorkTime

See Also

WorkTime Members

DevExpress.XtraGantt.Scheduling Namespace