Click or drag to resize

DateRangeContains(NullableDateRange) Method

Returns true if the given DateRange is contained within this range.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public bool Contains(
	DateRange? value
)

Parameters

value  NullableDateRange
The DateRange to compare with this range.

Return Value

Boolean
true if the DateRange is contained within this range.
See Also