'Declaration
Public Function GetMatchingDates( _ ByVal startDate As Date, _ ByVal endDate As Date _ ) As ReadOnlyCollection(Of ScheduleMatchDate)
public ReadOnlyCollection<ScheduleMatchDate> GetMatchingDates( DateTime startDate, DateTime endDate )
Parameters
- startDate
- endDate