'Declaration Public Function Contains( _ ByVal date As System.Date _ ) As System.Boolean
public System.bool Contains( System.DateTime date )
Parameters
- date
- The System.DateTime value to check.
Return Value
True if value is in the interval; otherwise, False.