getNextExecutionAt

fun getNextExecutionAt(startTime: Instant, periodTime: String): Long

Calculates the next execution time based on the given start time and period.

Return

The next execution time in milliseconds since the epoch.

Parameters

startTime

The initial start time.

periodTime

The period duration in ISO-8601 format.