CalendarGetTimeGrid Method |
Creates a time grid for future calculations.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntaxpublic 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
IEnumerableDateAn ordered sequence of dates.
See Also