setDigitDisplayTime()
@MainActor
func setDigitDisplayTime()
This calculates the current time, and sets the digital display to that time.
-
This determines the proper color for the digit “LEDs.”
Declaration
Swift
@MainActor func _determineDigitLEDColor()
-
This sets the digits, directly.
Declaration
Swift
@MainActor func _setDigitalTimeAs(hours inHours: Int, minutes inMinutes: Int, seconds inSeconds: Int)
Parameters
hours
The hour number
minutes
The minute number
seconds
The second number.