WorkTimeCollection.Add(TimeSpan, TimeSpan) Method
In This Article
Adds a time interval with the specified start and end time to the collection.
Namespace: DevExpress.XtraGantt.Scheduling
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
from |
Time |
A Time |
to |
Time |
A Time |
#Returns
Type | Description |
---|---|
Work |
An object that represents a time interval with the specified start and end time. |
See Also