This is preliminary documentation and is subject to change.

DateOnlyRangeIsWithin Method

Verifies if the this range is contained entirely in the given range, including start and end

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public bool IsWithin(
	DateOnlyRange value
)

Parameters

value  DateOnlyRange
The value to compare with

Return Value

Boolean
True if this object is entirely within the target range

See Also