RotationWeeklySetting

data class RotationWeeklySetting(val dayOfWeek: RotationDayOfWeek, val handOffTime: String)

DayOfWeek for Rotation and HandOff Time for Weekly Recurring Rotation.

Constructors

Link copied to clipboard
constructor(dayOfWeek: RotationDayOfWeek, handOffTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The day of the week when weekly recurring on-call shift rotations begins.

Link copied to clipboard

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