Kotlin Future Testing
/
com.rnett.future.testing.github
/
Scheduling
/
Daily
Daily
data class
Daily
(minute:
Int
, hour:
Int
) :
Scheduling
Content copied to clipboard
Run daily at a set time
Constructors
Properties
Sources
Constructors
Daily
Link copied to clipboard
fun
Daily
(minute:
Int
= 0, hour:
Int
= 0)
Content copied to clipboard
Properties
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