nextMonthly

fun nextMonthly(now: ZonedDateTime = ZonedDateTime.now(ZoneId.of("America/New_York"))): ZonedDateTime

Return the next third Friday in a month, a date associated with expiring monthly contracts.

Sources

jvm source
Link copied to clipboard