DateRangeContains(NullableDateRange) Method

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

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
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