Skip to main content

WorkTime(TimeSpan, TimeSpan) Constructor

Initializes a new WorkTime class instance.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.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