SchedulerBuilder

class SchedulerBuilder(seconds: Array<Byte>?, minutes: Array<Byte>?, hours: Array<Byte>?, dayOfMonth: Array<Byte>?, month: Array<Byte>?, year: Array<Int>?, dayOfWeek: Array<Byte>?, offset: Minutes?)

Functions

build
Link copied to clipboard
common
fun build(): KronScheduler
dayOfMonth
Link copied to clipboard
common
fun dayOfMonth(block: DaysOfMonthBuilder.() -> Unit)
Starts an days of month block
dayOfWeek
Link copied to clipboard
common
fun dayOfWeek(block: WeekDaysBuilder.() -> Unit)
Starts an hours block
hours
Link copied to clipboard
common
fun hours(block: HoursBuilder.() -> Unit)
Starts an hours block
minutes
Link copied to clipboard
common
fun minutes(block: MinutesBuilder.() -> Unit)
Starts an minutes block
months
Link copied to clipboard
common
fun months(block: MonthsBuilder.() -> Unit)
Starts an months block
seconds
Link copied to clipboard
common
fun seconds(block: SecondsBuilder.() -> Unit)
Starts an seconds block
years
Link copied to clipboard
common
fun years(block: YearsBuilder.() -> Unit)
Starts an year block

Sources

common source
Link copied to clipboard