RotationMonthlySetting

data class RotationMonthlySetting(val dayOfMonth: Int, val handOffTime: String)

DayOfWeek for Month and HandOff Time for Monthly Recurring Rotation.

Constructors

Link copied to clipboard
constructor(dayOfMonth: Int, handOffTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The day of the month when monthly recurring on-call rotations begin.

Link copied to clipboard

The time of day when a monthly recurring on-call shift rotation begins.