TimeInterval(Int32, Int32, Int32, Int32, Int32, Int32) Constructor
In This Article
Initializes a new instance of the TimeInterval class with the specified parameters.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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 |
---|---|---|
start |
Int32 | The hour component of the time interval’s start instant. |
start |
Int32 | The minute component of the time interval’s start instant. |
start |
Int32 | The seconds component of the time interval’s start instant. |
end |
Int32 | The hour component of the time interval’s end instant. |
end |
Int32 | The minute component of the time interval’s end instant. |
end |
Int32 | The seconds component of the time interval’s end instant. |
See Also