Click or drag to resize

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.

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

Property Value

Boolean

Implements

IRangeTIsLowerInclusive
See Also