TimeOfDay
@objc
public enum TimeOfDay : Int, Codable, CaseIterable
Represents different times of the day
-
Undocumented
Declaration
Swift
case morning
-
Undocumented
Declaration
Swift
case noon
-
Undocumented
Declaration
Swift
case lateAfternoon
-
Undocumented
Declaration
Swift
case earlyNight
-
Undocumented
Declaration
Swift
case lateNight
-
Undocumented
Declaration
Swift
public var description: String { get }