Skip to main content

WorkTime.ToTime Property

Gets the end time of the interval.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

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

Property Value

Type Description
Int64

An Int64 value that specifies the end time, in ticks, of the interval.

See Also