Date Time Interval.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#
true if value lies inside the interval; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool Contains(
DateTime value
)
Parameters
Return Value
Booleantrue if value lies inside the interval; otherwise false.