CalendarGetTimeGrid Method

Creates a time grid for future calculations.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
public IEnumerable<Date> GetTimeGrid(
	Date maturity,
	int months
)

Parameters

maturity  Date
Last date in the sequence.
months  Int32
Number of months ahead. Use -1 as up to maturity.

Return Value

IEnumerableDate
An ordered sequence of dates.

See Also