SchedulerBuilder

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

Constructors

Link copied to clipboard
constructor(seconds: Array<Byte>? = null, minutes: Array<Byte>? = null, hours: Array<Byte>? = null, dayOfMonth: Array<Byte>? = null, month: Array<Byte>? = null, year: Array<Int>? = null, dayOfWeek: Array<Byte>? = null, offset: Minutes? = null, milliseconds: Array<Short>? = null)

Functions

Link copied to clipboard
Link copied to clipboard

Starts an days of month block

Link copied to clipboard
fun dayOfWeek(block: WeekDaysBuilder.() -> Unit)

Starts an hours block

Link copied to clipboard
fun hours(block: HoursBuilder.() -> Unit)

Starts an hours block

Link copied to clipboard

Starts an milliseconds block

Link copied to clipboard
fun minutes(block: MinutesBuilder.() -> Unit)

Starts an minutes block

Link copied to clipboard
fun months(block: MonthsBuilder.() -> Unit)

Starts an months block

Link copied to clipboard
fun seconds(block: SecondsBuilder.() -> Unit)

Starts an seconds block

Link copied to clipboard
fun years(block: YearsBuilder.() -> Unit)

Starts an year block