Monthly

data class Monthly(minute: Int, hour: Int, dayOfMonth: Int) : Scheduling

Run monthly at a set time

Constructors

Monthly
Link copied to clipboard
fun Monthly(minute: Int = 0, hour: Int = 0, dayOfMonth: Int = 1)

Properties

dayOfMonth
Link copied to clipboard
val dayOfMonth: Int = 1
hour
Link copied to clipboard
val hour: Int = 0
minute
Link copied to clipboard
val minute: Int = 0

Sources

jvm source
Link copied to clipboard