In This Topic
Initializes a new instance of the
TimeInterval class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Date, _
ByVal As System.Date _
)
public TimeInterval(
System.DateTime ,
System.DateTime
)
Parameters
- start
- The System.DateTime value representing the beginning of time interval.
- end
- The System.DateTime value representing the end of time interval.
See Also