DomainWindowStartTime

data class DomainWindowStartTime(val hours: Int, val minutes: Int)

Constructors

Link copied to clipboard
constructor(hours: Int, minutes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hours: Int

The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC. The minimum value is 0 and the maximum value is 23.

Link copied to clipboard

The start minute of the window, in UTC. The minimum value is 0 and the maximum value is 59.