BluetoothTimeZone

@available(swift 4.0)
public enum BluetoothTimeZone : Int8, Codable

Bluetooth Timezones

  • Unknown

    Declaration

    Swift

    case unknown = -128
  • UTC-12:00

    Declaration

    Swift

    case utcMinus12 = -48
  • UTC-11:00

    Declaration

    Swift

    case utcMinus11 = -44
  • UTC-10:00

    Declaration

    Swift

    case utcMinus10 = -40
  • UTC-9:30

    Declaration

    Swift

    case utcMinus930 = -38
  • UTC-9:00

    Declaration

    Swift

    case utcMinus9 = -36
  • UTC-8:00

    Declaration

    Swift

    case utcMinus8 = -32
  • UTC-7:00

    Declaration

    Swift

    case utcMinus7 = -28
  • UTC-6:00

    Declaration

    Swift

    case utcMinus6 = -24
  • UTC-5:00

    Declaration

    Swift

    case utcMinus5 = -20
  • UTC-4:30

    Declaration

    Swift

    case utcMinus430 = -18
  • UTC-4:00

    Declaration

    Swift

    case utcMinus4 = -16
  • UTC-3:30

    Declaration

    Swift

    case utcMinus330 = -14
  • UTC-3:00

    Declaration

    Swift

    case utcMinus3 = -12
  • UTC-2:00

    Declaration

    Swift

    case utcMinus2 = -8
  • UTC-1:00

    Declaration

    Swift

    case utcMinus1 = -4
  • utc

    UTC+0:00

    Declaration

    Swift

    case utc = 0
  • UTC+1:00

    Declaration

    Swift

    case utcPlus1 = 4
  • UTC+2:00

    Declaration

    Swift

    case utcPlus2 = 8
  • UTC+3:00

    Declaration

    Swift

    case utcPlus3 = 12
  • UTC+3:30

    Declaration

    Swift

    case utcPlus330 = 14
  • UTC+4:00

    Declaration

    Swift

    case utcPlus4 = 16
  • UTC+4:30

    Declaration

    Swift

    case utcPlus430 = 18
  • UTC+5:00

    Declaration

    Swift

    case utcPlus5 = 20
  • UTC+5:30

    Declaration

    Swift

    case utcPlus530 = 22
  • UTC+5:45

    Declaration

    Swift

    case utcPlus545 = 23
  • UTC+6:00

    Declaration

    Swift

    case utcPlus6 = 24
  • UTC+6:30

    Declaration

    Swift

    case utcPlus630 = 26
  • UTC+7:00

    Declaration

    Swift

    case utcPlus7 = 28
  • UTC+8:00

    Declaration

    Swift

    case utcPlus8 = 32
  • UTC+8:45

    Declaration

    Swift

    case utcPlus845 = 35
  • UTC+9:00

    Declaration

    Swift

    case utcPlus9 = 36
  • UTC+9:30

    Declaration

    Swift

    case utcPlus930 = 38
  • UTC+10:00

    Declaration

    Swift

    case utcPlus10 = 40
  • UTC+10:30

    Declaration

    Swift

    case utcPlus1030 = 42
  • UTC+11:00

    Declaration

    Swift

    case utcPlus11 = 44
  • UTC+11:30

    Declaration

    Swift

    case utcPlus1130 = 46
  • UTC+12:00

    Declaration

    Swift

    case utcPlus12 = 48
  • UTC+12:45

    Declaration

    Swift

    case utcPlus1245 = 51
  • UTC+13:00

    Declaration

    Swift

    case utcPlus13 = 52
  • UTC+13:15

    Declaration

    Swift

    case utcPlus1315 = 53
  • UTC+13:30

    Declaration

    Swift

    case utcPlus1330 = 54
  • UTC+13:45

    Declaration

    Swift

    case utcPlus1345 = 55
  • UTC+14:00

    Declaration

    Swift

    case utcPlus14 = 56
  • String Value for the Enum

    Declaration

    Swift

    public var description: String { get }