DateTimeInterval.Contains Method

Tests whether a number is contained in the interval.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public bool Contains(
	DateTime value
)

Parameters

value  DateTime
A TimeSpan.

Return Value

Boolean
true if value lies inside the interval; otherwise false.

See Also