CalendarGetTimeGrid Method
Creates a time grid for future calculations.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public IEnumerable<Date> GetTimeGrid(
	Date maturity,
	int months
)
- maturity  Date
 - Last date in the sequence.
 - months  Int32
 - Number of months ahead. Use -1 as up to maturity.
 
IEnumerableDateAn ordered sequence of dates.