SyntheticTaskCustomPeriod

data class SyntheticTaskCustomPeriod(val endHour: Int? = null, val startHour: Int? = null)

Constructors

Link copied to clipboard
constructor(endHour: Int? = null, startHour: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endHour: Int? = null

End hours, 0-24.

Link copied to clipboard
val startHour: Int? = null

Starting hours, 0-24.