Creates an index of
DateTime keys between the specified dates.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Index<DateTime> CreateDateIndex(
DateTime startDate,
DateTime endDate
)
Public Function CreateDateIndex (
startDate As DateTime,
endDate As DateTime
) As Index(Of DateTime)
public:
Index<DateTime>^ CreateDateIndex(
DateTime startDate,
DateTime endDate
)
member CreateDateIndex :
startDate : DateTime *
endDate : DateTime -> Index<DateTime>
Parameters
- startDate
- Type: SystemDateTime
The first date in the index. - endDate
- Type: SystemDateTime
The last date in the index.
Return Value
Type:
IndexDateTimeAn index containing dates following the recurrence pattern
between
startDate and
endDate, inclusive.
If
startDate is larger than
endDate,
the dates in the index are in descending order, most recent date first.
Numerical Libraries
Supported in: 5.x
Reference