Kotlin Future Testing
/
com.rnett.future.testing.github
/
Scheduling
/
Weekly
Weekly
data class
Weekly
(minute:
Int
, hour:
Int
, dayOfWeek:
DayOfWeek
) :
Scheduling
Content copied to clipboard
Run weekly at a set time
Constructors
Properties
Sources
Constructors
Weekly
Link copied to clipboard
fun
Weekly
(minute:
Int
= 0, hour:
Int
= 0, dayOfWeek:
DayOfWeek
= DayOfWeek.SATURDAY)
Content copied to clipboard
Properties
dayOfWeek
Link copied to clipboard
val
dayOfWeek
:
DayOfWeek
Content copied to clipboard
hour
Link copied to clipboard
val
hour
:
Int
= 0
Content copied to clipboard
minute
Link copied to clipboard
val
minute
:
Int
= 0
Content copied to clipboard
Sources
jvm source
Link copied to clipboard