[]
        
(Showing Draft Content)

C1.Win.Schedule.TimeInterval.Contains

Contains Method

Contains(DateTime)

Returns a value indicating whether a specified DateTime value belongs to the current interval of time.

Declaration
public bool Contains(DateTime date)
Public Function Contains([date] As Date) As Boolean
Parameters
Type Name Description
DateTime date

The DateTime value to check.

Returns
Type Description
bool

True if value is in the interval; otherwise, False.