Enumerations

The following enumerations are available globally.

  • Currencies

    Author

    Adamas

    Version

    1.9.10

    Date

    02/09/2023
    See more

    Declaration

    Swift

    public enum Currency : String
  • Undocumented

    See more

    Declaration

    Swift

    public enum DateFormat : String, CaseIterable
    extension DateFormat: DateFormatType
  • Human languages

    Author

    Adamas

    Version

    1.10.0

    Date

    11/08/2023

    Warning

    Since iOS 16, a Language struct is introduced in Locale
    See more

    Declaration

    Swift

    public enum Language : String, CaseIterable
  • Regions on the earth

    Author

    Adamas

    Version

    1.10.0

    Date

    11/08/2023

    Warning

    Since iOS 16, a Region struct is introduced in Locale
    See more

    Declaration

    Swift

    public enum Region : String, CaseIterable
  • NetworkBodyType represents the type of a HTTP body.

    Author

    Adamas

    Version

    1.5.0

    Date

    02/04/2019
    See more

    Declaration

    Swift

    public enum NetworkBodyType : String
  • Count units

    Author

    Adamas

    Version

    1.9.8

    Date

    22/08/2023
    See more

    Declaration

    Swift

    public enum CountUnit : String
    extension CountUnit: Unit
  • Length units

    Author

    Adamas

    Version

    1.9.8

    Date

    22/08/2023
    See more

    Declaration

    Swift

    public enum LengthUnit : String
    extension LengthUnit: Unit
  • Time units

    Author

    Adamas

    Version

    1.9.8

    Date

    22/08/2023
    See more

    Declaration

    Swift

    public enum TimeUnit : String
    extension TimeUnit: Unit
  • Volume units

    Author

    Adamas

    Version

    1.9.8

    Date

    22/08/2023
    See more

    Declaration

    Swift

    public enum VolumeUnit : String
    extension VolumeUnit: Unit
  • Weight units

    Author

    Adamas

    Version

    1.9.8

    Date

    22/08/2023
    See more

    Declaration

    Swift

    public enum WeightUnit : String
    extension WeightUnit: Unit