MindFusion.Scheduling for Silverlight Programmer's Guide
TimeRange Constructor (Int32, Int32, Int32, Int32, Int32, Int32)
See Also
 





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

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

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

 See Also

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