Package dev.inmo.krontab.utils

Types

Link copied to clipboard
typealias Minutes = Int

Functions

Link copied to clipboard
fun KronScheduler.asFlow(): <Error class: unknown class><<Error class: unknown class>>

This method is a map for asTzFlow and will works the same but return flow with DateTimes

Link copied to clipboard
fun KronScheduler.asTzFlow(): <Error class: unknown class><<Error class: unknown class>>

This Flow will trigger emitting each near time which will be returned from this with attention to time zones

Link copied to clipboard
fun <Error class: unknown class>.copy(    year: Int = yearInt,     month: Int = month1,     dayOfMonth: Int = this.dayOfMonth,     hour: Int = hours,     minute: Int = minutes,     second: Int = seconds,     milliseconds: Int = this.milliseconds): <Error class: unknown class>