Skip to main content

WorkTime(Int32, Int32) Constructor

Initializes a new WorkTime class instance.

Namespace: DevExpress.XtraGantt.Scheduling

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public WorkTime(
    int fromHours,
    int toHours
)

Parameters

Name Type Description
fromHours Int32

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

toHours Int32

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

See Also