Toolbox
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Toolbox
service
/
com.michaelflisar.toolbox.service.classes
/
WorkerFrequency
/
Week
Week
data
class
Week
(
dayOfWeek
:
Int
=
Calendar.SUNDAY
,
hour
:
Int
=
8
,
minute
:
Int
=
0
)
:
WorkerFrequency
Members
Constructors
Week
Link copied to clipboard
constructor
(
dayOfWeek
:
Int
=
Calendar.SUNDAY
,
hour
:
Int
=
8
,
minute
:
Int
=
0
)
Properties
duration
In
Millis
Link copied to clipboard
open
override
val
durationInMillis
:
Long
Functions
calc
Alarm
Link copied to clipboard
fun
calcAlarm
(
factor
:
Int
=
1
)
:
WorkerFrequency.AlarmData