corda / net.corda.finance.contracts / BusinessCalendar / getOffsetDate

getOffsetDate

@JvmStatic fun getOffsetDate(startDate: LocalDate, period: Frequency, steps: Int = 1): LocalDate

Calculates the date from @startDate moving forward 'steps' of time size 'period'. Does not apply calendar logic / roll conventions.