Week

data class Week(dayOfWeek: Int = Calendar.SUNDAY, hour: Int = 8, minute: Int = 0) : WorkerFrequency

Constructors

Link copied to clipboard
constructor(dayOfWeek: Int = Calendar.SUNDAY, hour: Int = 8, minute: Int = 0)

Properties

Link copied to clipboard
open override val durationInMillis: Long

Functions

Link copied to clipboard