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