Skip to main content
All docs
V25.1
  • WorkTime.FromTime Property

    Gets the start time of the interval.

    Namespace: DevExpress.XtraGantt.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

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

    Property Value

    Type Description
    Int64

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

    See Also