Checks whether a given time is inside this range.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool Contains(
	DateTime time
)
Visual Basic
Public Function Contains ( _
	time As DateTime _
) As Boolean
Visual C++
public:
bool Contains(
	DateTime time
)

Parameters

time
Type: DateTime
A time in UTC

Return Value

True if and only if the given time is in the range [start, end)

See Also