WorkTime(TimeSpan, TimeSpan) Constructor
Initializes a new WorkTime class instance.
Namespace: DevExpress.XtraGantt.Scheduling
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
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