This is preliminary documentation and is subject to change.

TimeOnlyRangeContains 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(
	TimeOnly value
)

Parameters

value  TimeOnly
The value

Return Value

Boolean
True, if value is within this range

See Also