DateSequenceCreate(Date, Int32, Int32) Method |
Creates a sequence from a range and a tenor in months.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic static DateSequence Create(
Date first,
int tenor,
int length
)
Parameters
- first Date
- First value in the sequence.
- tenor Int32
- Distance between sequence values, in months.
- length Int32
- The number of values in the sequence.
Return Value
DateSequenceA sequence returning a range of values.
See Also