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+d1268756e036101f601080f153b3997e72fc912d
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