QuietTimeSettings
public struct QuietTimeSettings : Sendable, Equatable
Quiet time settings
-
Start hour
Declaration
Swift
public let startHour: UInt -
Start minute
Declaration
Swift
public let startMinute: UInt -
End hour
Declaration
Swift
public let endHour: UInt -
End minute
Declaration
Swift
public let endMinute: UInt -
Default constructor.
Declaration
Swift
public init(startHour: UInt, startMinute: UInt, endHour: UInt, endMinute: UInt) throwsParameters
startHourThe starting hour. Must be between 0-23.
startMinuteThe starting minute. Must be between 0-59.
endHourThe ending hour. Must be between 0-23.
endMinuteThe ending minute. Must be between 0-59.
View on GitHub