MindFusion.Wpf Pack Programmer's Guide
TimeRange Constructor (Int32, Int32, Int32, Int32)
See Also
 





Initializes a new instance of the TimeRange class to a specified beginning and end.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public TimeRange (
    int fHours,
    int fMinutes,
    int sHours,
    int sMinutes
)

Visual Basic  Copy Code

Public New ( _
    fHours As Integer, _
    fMinutes As Integer, _
    sHours As Integer, _
    sMinutes As Integer _
)

 Parameters

fHours
The number of hours of the first TimeSpan.
fMinutes
The number of minutes of the first TimeSpan.
sHours
The number of hours of the second TimeSpan.
sMinutes
The number of minutes of the second TimeSpan.

 See Also

TimeRange Constructor Overload List
TimeRange Class
MindFusion.DataViews.Wpf Namespace