init(hour:minute:)
Creates an instance of time.
Declaration
init(hour: Int, minute: Int)Parameters
- hour:
The hour at which the alarm will alert.
- minute:
The minute of the hour at which the alarm…
Creates an instance of time.
init(hour: Int, minute: Int)The hour at which the alarm will alert.
The minute of the hour at which the alarm…