This is preliminary documentation and is subject to change.

DateTimeRangeContains(DateOnly) Method

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

Definition

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

Parameters

value  DateOnly
The value

Return Value

Boolean
True, if value is within this range

See Also