Click or drag to resize

DateRangeIsUpperInclusive Property

If true, the range includes the Upper value. Otherwise values equal to or greater than the Upper 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 IsUpperInclusive {
	get;
 set; }

Property Value

Boolean

Implements

IRangeTIsUpperInclusive
See Also