Scheduler Builder
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)
Content copied to clipboard
Constructors
Link copied to clipboard
fun 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)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Starts an days of month block
Link copied to clipboard
Starts an hours block
Link copied to clipboard
Starts an hours block
Link copied to clipboard
Starts an milliseconds block
Link copied to clipboard
Starts an minutes block
Link copied to clipboard
Starts an months block
Link copied to clipboard
Starts an seconds block
Link copied to clipboard
Starts an year block