Skip to main content

TimeInterval(Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Initializes a new instance of the TimeInterval class with the specified parameters.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public TimeInterval(
    int startHour,
    int startMinute,
    int startSecond,
    int endHour,
    int endMinute,
    int endSecond
)

Parameters

Name Type Description
startHour Int32

The hour component of the time interval’s start instant.

startMinute Int32

The minute component of the time interval’s start instant.

startSecond Int32

The seconds component of the time interval’s start instant.

endHour Int32

The hour component of the time interval’s end instant.

endMinute Int32

The minute component of the time interval’s end instant.

endSecond Int32

The seconds component of the time interval’s end instant.

See Also