C1.Silverlight.Schedule.5
DateTimeInterval Constructor

The System.DateTime value representing the beginning of the interval.
The System.DateTime value representing the end of the interval.
Initializes a new instance of the DateTimeInterval class.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
)
public DateTimeInterval( 
   System.DateTime start,
   System.DateTime end
)

Parameters

start
The System.DateTime value representing the beginning of the interval.
end
The System.DateTime value representing the end of the interval.
See Also

Reference

DateTimeInterval Class
DateTimeInterval Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.