ComponentOne Scheduler for WinForms
TimeInterval Constructor

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > TimeInterval Class : TimeInterval Constructor
The System.DateTime value representing the beginning of time interval.
The System.DateTime value representing the end of time interval.
Initializes a new instance of the TimeInterval class.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
)
public TimeInterval( 
   System.DateTime start,
   System.DateTime end
)

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

Reference

TimeInterval Class
TimeInterval Members