KeytagIndexes
public enum KeytagIndexes : Int
This contains enums for all the keytags array elements.
-
Welcome back, Kotter
Declaration
Swift
case index_WelcomeBack -
One Day
Declaration
Swift
case index_OneDay -
Thirty days
Declaration
Swift
case index_ThirtyDays -
Sixty days
Declaration
Swift
case index_SixtyDays -
Ninety days
Declaration
Swift
case index_NinetyDays -
Six months
Declaration
Swift
case index_SixMonths -
Nine months
Declaration
Swift
case index_NineMonths -
One year
Declaration
Swift
case index_OneYear -
Eighteen months
Declaration
Swift
case index_EighteenMonths -
Two or more years
Declaration
Swift
case index_MultiYear -
Five years
Declaration
Swift
case index_FiveYears -
One decade (ten years)
Declaration
Swift
case index_TenYears -
Fifteen years
Declaration
Swift
case index_FifteenYears -
Decades (Twenty) years
Declaration
Swift
case index_TwentyYears -
Twenty-five years
Declaration
Swift
case index_TwentyFiveYears -
Twenty-seven point four (27.4) years, or ten thousand (10,000) days
Declaration
Swift
case index_TenThousandDays -
Thirty years
Declaration
Swift
case index_ThirtyYears -
Thirty-Five years
Declaration
Swift
case index_ThirtyFiveYears -
Forty years
Declaration
Swift
case index_FortyYears -
Forty-Five years
Declaration
Swift
case index_FortyFiveYears -
Fifty years
Declaration
Swift
case index_FiftyYears
View on GitHub