KronSchedulerTz

interface KronSchedulerTz : KronScheduler

This interface extending KronScheduler to use DateTimeTz with taking into account offset of incoming time for next operation.

See also

dev.inmo.krontab.internal.CronDateTimeScheduler

Functions

Link copied to clipboard
open suspend override fun next(relatively: <ERROR CLASS>): <ERROR CLASS>?
abstract suspend override fun next(relatively: <ERROR CLASS>): <ERROR CLASS>?

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
suspend fun KronSchedulerTz.nextOrNowWithOffset(): <ERROR CLASS>
Link copied to clipboard
suspend fun KronSchedulerTz.nextOrRelative(relatively: <ERROR CLASS>): <ERROR CLASS>

Sources

Link copied to clipboard