GanttControl.CalcDuration(Nullable<DateTime>, Nullable<DateTime>) Method
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.2.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
| Name | Type |
|---|---|
| startDate | Nullable<DateTime> |
| finishDate | Nullable<DateTime> |
Returns
| Type |
|---|
| Nullable<TimeSpan> |
See Also