Inner Drive Extensible Architecture
C#
Show/Hide TOC
Date
Range
Is
Upper
Inclusive Property
If
true
, the range includes the
Upper
value. Otherwise, values equal to or greater than the
Upper
value are out of the range.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
bool
IsUpperInclusive
{
get
;
set
; }
Property Value
Boolean
Implements
IRange
T
IsUpperInclusive
See Also
Reference
DateRange Structure
InnerDrive.Core Namespace
In This Article
Definition
Property Value
Implements
See Also