TimeZone.cs 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. #region Copyright
  2. ////////////////////////////////////////////////////////////////////////////////
  3. // The following FIT Protocol software provided may be used with FIT protocol
  4. // devices only and remains the copyrighted property of Dynastream Innovations Inc.
  5. // The software is being provided on an "as-is" basis and as an accommodation,
  6. // and therefore all warranties, representations, or guarantees of any kind
  7. // (whether express, implied or statutory) including, without limitation,
  8. // warranties of merchantability, non-infringement, or fitness for a particular
  9. // purpose, are specifically disclaimed.
  10. //
  11. // Copyright 2016 Dynastream Innovations Inc.
  12. ////////////////////////////////////////////////////////////////////////////////
  13. // ****WARNING**** This file is auto-generated! Do NOT edit this file.
  14. // Profile Version = 16.60Release
  15. // Tag = production-akw-16.60.00-0-g5d3d436
  16. ////////////////////////////////////////////////////////////////////////////////
  17. #endregion
  18. namespace Dynastream.Fit
  19. {
  20. /// <summary>
  21. /// Implements the profile TimeZone type as an enum
  22. /// </summary>
  23. public enum TimeZone : byte
  24. {
  25. Almaty = 0,
  26. Bangkok = 1,
  27. Bombay = 2,
  28. Brasilia = 3,
  29. Cairo = 4,
  30. CapeVerdeIs = 5,
  31. Darwin = 6,
  32. Eniwetok = 7,
  33. Fiji = 8,
  34. HongKong = 9,
  35. Islamabad = 10,
  36. Kabul = 11,
  37. Magadan = 12,
  38. MidAtlantic = 13,
  39. Moscow = 14,
  40. Muscat = 15,
  41. Newfoundland = 16,
  42. Samoa = 17,
  43. Sydney = 18,
  44. Tehran = 19,
  45. Tokyo = 20,
  46. UsAlaska = 21,
  47. UsAtlantic = 22,
  48. UsCentral = 23,
  49. UsEastern = 24,
  50. UsHawaii = 25,
  51. UsMountain = 26,
  52. UsPacific = 27,
  53. Other = 28,
  54. Auckland = 29,
  55. Kathmandu = 30,
  56. EuropeWesternWet = 31,
  57. EuropeCentralCet = 32,
  58. EuropeEasternEet = 33,
  59. Jakarta = 34,
  60. Perth = 35,
  61. Adelaide = 36,
  62. Brisbane = 37,
  63. Tasmania = 38,
  64. Iceland = 39,
  65. Amsterdam = 40,
  66. Athens = 41,
  67. Barcelona = 42,
  68. Berlin = 43,
  69. Brussels = 44,
  70. Budapest = 45,
  71. Copenhagen = 46,
  72. Dublin = 47,
  73. Helsinki = 48,
  74. Lisbon = 49,
  75. London = 50,
  76. Madrid = 51,
  77. Munich = 52,
  78. Oslo = 53,
  79. Paris = 54,
  80. Prague = 55,
  81. Reykjavik = 56,
  82. Rome = 57,
  83. Stockholm = 58,
  84. Vienna = 59,
  85. Warsaw = 60,
  86. Zurich = 61,
  87. Quebec = 62,
  88. Ontario = 63,
  89. Manitoba = 64,
  90. Saskatchewan = 65,
  91. Alberta = 66,
  92. BritishColumbia = 67,
  93. Boise = 68,
  94. Boston = 69,
  95. Chicago = 70,
  96. Dallas = 71,
  97. Denver = 72,
  98. KansasCity = 73,
  99. LasVegas = 74,
  100. LosAngeles = 75,
  101. Miami = 76,
  102. Minneapolis = 77,
  103. NewYork = 78,
  104. NewOrleans = 79,
  105. Phoenix = 80,
  106. SantaFe = 81,
  107. Seattle = 82,
  108. WashingtonDc = 83,
  109. UsArizona = 84,
  110. Chita = 85,
  111. Ekaterinburg = 86,
  112. Irkutsk = 87,
  113. Kaliningrad = 88,
  114. Krasnoyarsk = 89,
  115. Novosibirsk = 90,
  116. PetropavlovskKamchatskiy = 91,
  117. Samara = 92,
  118. Vladivostok = 93,
  119. MexicoCentral = 94,
  120. MexicoMountain = 95,
  121. MexicoPacific = 96,
  122. CapeTown = 97,
  123. Winkhoek = 98,
  124. Lagos = 99,
  125. Riyahd = 100,
  126. Venezuela = 101,
  127. AustraliaLh = 102,
  128. Santiago = 103,
  129. Manual = 253,
  130. Automatic = 254,
  131. Invalid = 0xFF
  132. }
  133. }