Click or drag to resize

CalendarGetTimeGrid Method

Creates a time grid for future calculations.

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
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