Inner Drive Extensible Architecture
C#
Show/Hide TOC
Range
T
(IEnumerable
T
) Constructor
Creates a new instance of
DateRange
from a generic list of
DateTime
values.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
Range
(
IEnumerable
<T>
list
)
Parameters
list
IEnumerable
T
The list of
DateTime
values to use.
Remarks
The
Range
T
will use the minimum and maximum values of the enumerable list for its
Lower
and
Upper
members, respectively.
IsUpperInclusive
and
IsLowerInclusive
will be set to
true
.
Exceptions
ArgumentNullException
list
is null
ArgumentException
list
does not contain any items
See Also
Reference
Range
T
Structure
Range
T
Overload
InnerDrive.Core Namespace
In This Article
Definition
Remarks
Exceptions
See Also