net.corda.core.contracts / BusinessCalendar / getOffsetDate

getOffsetDate

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.