Skip to main content
All docs
V25.1
  • WorkTime(TimeSpan, TimeSpan) Constructor

    Initializes a new WorkTime class instance.

    Namespace: DevExpress.XtraGantt.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public WorkTime(
        TimeSpan fromTime,
        TimeSpan toTime
    )

    Parameters

    Name Type Description
    fromTime TimeSpan

    A TimeSpan structure that specifies the start time of the interval.

    toTime TimeSpan

    An Int64 value that specifies the end time of the interval.

    See Also