DateSequenceCreate(Date, Int32, Date) Method |
Creates a sequence from a range and a tenor.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntaxpublic static DateSequence Create(
Date first,
int step,
Date last
)
Parameters
- first Date
- First value in the sequence.
- step Int32
- Distance between sequence values, in days.
- last Date
- Upper bound of the sequence. It may be rounded down.
Return Value
DateSequenceA sequence returning a range of values.
See Also