Skip to main content

WorkTime.Duration Property

Gets the duration of the work time interval.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[Browsable(false)]
public long Duration { get; }

Property Value

Type Description
Int64

An Int64 value that specifies the duration of the work time interval.

See Also