DateRangeIsLowerInclusive Property

If true, the date range includes the Lower value. Otherwise, values equal to or less than the Lower value are out of the range.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public bool IsLowerInclusive {
	get;
 set; }

Property Value

Boolean

Implements

IRangeTIsLowerInclusive

See Also