'Declaration Public Overloads Function Contains( _ ByVal start As Date, _ ByVal end As Date _ ) As Boolean
'Usage Dim instance As BlackoutDatesCollection Dim start As Date Dim end As Date Dim value As Boolean value = instance.Contains(start, end)
Parameters
- start
- The start of the date range.
- end
- The end of the date range.
Return Value
true if all dates in the range are contained in the collection; otherwise, false.