C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView Namespace / DateRangeFilter Class / DateRangeFilter Constructor
The start date.
The end date.

In This Topic
DateRangeFilter Constructor
In This Topic
Initializes a new DateRangeFilter object with start date and end date.
Syntax
'Declaration
 
Public Function New( _
   ByVal startRange As Date, _
   ByVal endRange As Date _
)
 

Parameters

startRange
The start date.
endRange
The end date.
See Also