Click or drag to resize

DateSequenceCreateEom Method

Creates a sequence from a range and a tenor in months.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static DateSequence CreateEom(
	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

DateSequence
A sequence returning a range of values.
See Also