TimeSpan
public enum TimeSpan : UInt, CaseIterable
Enum containing distinct time span values used within library.
-
Denotes time span of a minute.
Declaration
Swift
case minute
-
Denotes time span of an hour.
Declaration
Swift
case hour
-
Denotes time span of a day.
Declaration
Swift
case day
-
Denotes time span of a week.
Declaration
Swift
case week
-
Dentotes time span of a month.
Declaration
Swift
case month