DBTEAMLOGTimeUnitTag
Objective-C
enum DBTEAMLOGTimeUnitTag : NSInteger {}
Swift
@frozen enum DBTEAMLOGTimeUnitTag : Int, @unchecked Sendable
The DBTEAMLOGTimeUnitTag enum type represents the possible tag states with
which the DBTEAMLOGTimeUnit union can exist.
-
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitDaysSwift
case days = 0 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitHoursSwift
case hours = 1 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitMillisecondsSwift
case milliseconds = 2 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitMinutesSwift
case minutes = 3 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitMonthsSwift
case months = 4 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitSecondsSwift
case seconds = 5 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitWeeksSwift
case weeks = 6 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitYearsSwift
case years = 7 -
(no description).
Declaration
Objective-C
DBTEAMLOGTimeUnitOtherSwift
case other = 8
View on GitHub
DBTEAMLOGTimeUnitTag Enumeration Reference