Class TimeZone
Canonical names of the IANA time zones, derived from the IANA Time Zone Database.
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TimeZone : DeputyBase
Syntax (vb)
Public Class TimeZone Inherits DeputyBase
Remarks
For more information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
ExampleMetadata: infused
Examples
LambdaInvoke target;
var rateBasedSchedule = new Schedule(this, "Schedule", new ScheduleProps {
Schedule = ScheduleExpression.Rate(Duration.Minutes(10)),
Target = target,
Description = "This is a test rate-based schedule"
});
var cronBasedSchedule = new Schedule(this, "Schedule", new ScheduleProps {
Schedule = ScheduleExpression.Cron(new CronOptionsWithTimezone {
Minute = "0",
Hour = "23",
Day = "20",
Month = "11",
TimeZone = TimeZone.AMERICA_NEW_YORK
}),
Target = target,
Description = "This is a test cron-based schedule that will run at 11:00 PM, on day 20 of the month, only in November in New York timezone"
});
Synopsis
Properties
AFRICA_ABIDJAN | IANA Time Zone database entry for Africa/Abidjan. |
AFRICA_ALGIERS | IANA Time Zone database entry for Africa/Algiers. |
AFRICA_BISSAU | IANA Time Zone database entry for Africa/Bissau. |
AFRICA_CAIRO | IANA Time Zone database entry for Africa/Cairo. |
AFRICA_CASABLANCA | IANA Time Zone database entry for Africa/Casablanca. |
AFRICA_CEUTA | IANA Time Zone database entry for Africa/Ceuta. |
AFRICA_EL_AAIUN | IANA Time Zone database entry for Africa/El_Aaiun. |
AFRICA_JOHANNESBURG | IANA Time Zone database entry for Africa/Johannesburg. |
AFRICA_JUBA | IANA Time Zone database entry for Africa/Juba. |
AFRICA_KHARTOUM | IANA Time Zone database entry for Africa/Khartoum. |
AFRICA_LAGOS | IANA Time Zone database entry for Africa/Lagos. |
AFRICA_MAPUTO | IANA Time Zone database entry for Africa/Maputo. |
AFRICA_MONROVIA | IANA Time Zone database entry for Africa/Monrovia. |
AFRICA_NAIROBI | IANA Time Zone database entry for Africa/Nairobi. |
AFRICA_NDJAMENA | IANA Time Zone database entry for Africa/Ndjamena. |
AFRICA_SAO_TOME | IANA Time Zone database entry for Africa/Sao_Tome. |
AFRICA_TRIPOLI | IANA Time Zone database entry for Africa/Tripoli. |
AFRICA_TUNIS | IANA Time Zone database entry for Africa/Tunis. |
AFRICA_WINDHOEK | IANA Time Zone database entry for Africa/Windhoek. |
AMERICA_ADAK | IANA Time Zone database entry for America/Adak. |
AMERICA_ANCHORAGE | IANA Time Zone database entry for America/Anchorage. |
AMERICA_ARAGUAINA | IANA Time Zone database entry for America/Araguaina. |
AMERICA_ARGENTINA_BUENOS_AIRES | IANA Time Zone database entry for America/Argentina/Buenos_Aires. |
AMERICA_ARGENTINA_CATAMARCA | IANA Time Zone database entry for America/Argentina/Catamarca. |
AMERICA_ARGENTINA_CORDOBA | IANA Time Zone database entry for America/Argentina/Cordoba. |
AMERICA_ARGENTINA_JUJUY | IANA Time Zone database entry for America/Argentina/Jujuy. |
AMERICA_ARGENTINA_LA_RIOJA | IANA Time Zone database entry for America/Argentina/La_Rioja. |
AMERICA_ARGENTINA_MENDOZA | IANA Time Zone database entry for America/Argentina/Mendoza. |
AMERICA_ARGENTINA_RIO_GALLEGOS | IANA Time Zone database entry for America/Argentina/Rio_Gallegos. |
AMERICA_ARGENTINA_SALTA | IANA Time Zone database entry for America/Argentina/Salta. |
AMERICA_ARGENTINA_SAN_JUAN | IANA Time Zone database entry for America/Argentina/San_Juan. |
AMERICA_ARGENTINA_SAN_LUIS | IANA Time Zone database entry for America/Argentina/San_Luis. |
AMERICA_ARGENTINA_TUCUMAN | IANA Time Zone database entry for America/Argentina/Tucuman. |
AMERICA_ARGENTINA_USHUAIA | IANA Time Zone database entry for America/Argentina/Ushuaia. |
AMERICA_ASUNCION | IANA Time Zone database entry for America/Asuncion. |
AMERICA_BAHIA | IANA Time Zone database entry for America/Bahia. |
AMERICA_BAHIA_BANDERAS | IANA Time Zone database entry for America/Bahia_Banderas. |
AMERICA_BARBADOS | IANA Time Zone database entry for America/Barbados. |
AMERICA_BELEM | IANA Time Zone database entry for America/Belem. |
AMERICA_BELIZE | IANA Time Zone database entry for America/Belize. |
AMERICA_BOA_VISTA | IANA Time Zone database entry for America/Boa_Vista. |
AMERICA_BOGOTA | IANA Time Zone database entry for America/Bogota. |
AMERICA_BOISE | IANA Time Zone database entry for America/Boise. |
AMERICA_CAMBRIDGE_BAY | IANA Time Zone database entry for America/Cambridge_Bay. |
AMERICA_CAMPO_GRANDE | IANA Time Zone database entry for America/Campo_Grande. |
AMERICA_CANCUN | IANA Time Zone database entry for America/Cancun. |
AMERICA_CARACAS | IANA Time Zone database entry for America/Caracas. |
AMERICA_CAYENNE | IANA Time Zone database entry for America/Cayenne. |
AMERICA_CHICAGO | IANA Time Zone database entry for America/Chicago. |
AMERICA_CHIHUAHUA | IANA Time Zone database entry for America/Chihuahua. |
AMERICA_CIUDAD_JUAREZ | IANA Time Zone database entry for America/Ciudad_Juarez. |
AMERICA_COSTA_RICA | IANA Time Zone database entry for America/Costa_Rica. |
AMERICA_CUIABA | IANA Time Zone database entry for America/Cuiaba. |
AMERICA_DANMARKSHAVN | IANA Time Zone database entry for America/Danmarkshavn. |
AMERICA_DAWSON | IANA Time Zone database entry for America/Dawson. |
AMERICA_DAWSON_CREEK | IANA Time Zone database entry for America/Dawson_Creek. |
AMERICA_DENVER | IANA Time Zone database entry for America/Denver. |
AMERICA_DETROIT | IANA Time Zone database entry for America/Detroit. |
AMERICA_EDMONTON | IANA Time Zone database entry for America/Edmonton. |
AMERICA_EIRUNEPE | IANA Time Zone database entry for America/Eirunepe. |
AMERICA_EL_SALVADOR | IANA Time Zone database entry for America/El_Salvador. |
AMERICA_FORTALEZA | IANA Time Zone database entry for America/Fortaleza. |
AMERICA_FORT_NELSON | IANA Time Zone database entry for America/Fort_Nelson. |
AMERICA_GLACE_BAY | IANA Time Zone database entry for America/Glace_Bay. |
AMERICA_GOOSE_BAY | IANA Time Zone database entry for America/Goose_Bay. |
AMERICA_GRAND_TURK | IANA Time Zone database entry for America/Grand_Turk. |
AMERICA_GUATEMALA | IANA Time Zone database entry for America/Guatemala. |
AMERICA_GUAYAQUIL | IANA Time Zone database entry for America/Guayaquil. |
AMERICA_GUYANA | IANA Time Zone database entry for America/Guyana. |
AMERICA_HALIFAX | IANA Time Zone database entry for America/Halifax. |
AMERICA_HAVANA | IANA Time Zone database entry for America/Havana. |
AMERICA_HERMOSILLO | IANA Time Zone database entry for America/Hermosillo. |
AMERICA_INDIANA_INDIANAPOLIS | IANA Time Zone database entry for America/Indiana/Indianapolis. |
AMERICA_INDIANA_KNOX | IANA Time Zone database entry for America/Indiana/Knox. |
AMERICA_INDIANA_MARENGO | IANA Time Zone database entry for America/Indiana/Marengo. |
AMERICA_INDIANA_PETERSBURG | IANA Time Zone database entry for America/Indiana/Petersburg. |
AMERICA_INDIANA_TELL_CITY | IANA Time Zone database entry for America/Indiana/Tell_City. |
AMERICA_INDIANA_VEVAY | IANA Time Zone database entry for America/Indiana/Vevay. |
AMERICA_INDIANA_VINCENNES | IANA Time Zone database entry for America/Indiana/Vincennes. |
AMERICA_INDIANA_WINAMAC | IANA Time Zone database entry for America/Indiana/Winamac. |
AMERICA_INUVIK | IANA Time Zone database entry for America/Inuvik. |
AMERICA_IQALUIT | IANA Time Zone database entry for America/Iqaluit. |
AMERICA_JAMAICA | IANA Time Zone database entry for America/Jamaica. |
AMERICA_JUNEAU | IANA Time Zone database entry for America/Juneau. |
AMERICA_KENTUCKY_LOUISVILLE | IANA Time Zone database entry for America/Kentucky/Louisville. |
AMERICA_KENTUCKY_MONTICELLO | IANA Time Zone database entry for America/Kentucky/Monticello. |
AMERICA_LA_PAZ | IANA Time Zone database entry for America/La_Paz. |
AMERICA_LIMA | IANA Time Zone database entry for America/Lima. |
AMERICA_LOS_ANGELES | IANA Time Zone database entry for America/Los_Angeles. |
AMERICA_MACEIO | IANA Time Zone database entry for America/Maceio. |
AMERICA_MANAGUA | IANA Time Zone database entry for America/Managua. |
AMERICA_MANAUS | IANA Time Zone database entry for America/Manaus. |
AMERICA_MARTINIQUE | IANA Time Zone database entry for America/Martinique. |
AMERICA_MATAMOROS | IANA Time Zone database entry for America/Matamoros. |
AMERICA_MAZATLAN | IANA Time Zone database entry for America/Mazatlan. |
AMERICA_MENOMINEE | IANA Time Zone database entry for America/Menominee. |
AMERICA_MERIDA | IANA Time Zone database entry for America/Merida. |
AMERICA_METLAKATLA | IANA Time Zone database entry for America/Metlakatla. |
AMERICA_MEXICO_CITY | IANA Time Zone database entry for America/Mexico_City. |
AMERICA_MIQUELON | IANA Time Zone database entry for America/Miquelon. |
AMERICA_MONCTON | IANA Time Zone database entry for America/Moncton. |
AMERICA_MONTERREY | IANA Time Zone database entry for America/Monterrey. |
AMERICA_MONTEVIDEO | IANA Time Zone database entry for America/Montevideo. |
AMERICA_NEW_YORK | IANA Time Zone database entry for America/New_York. |
AMERICA_NOME | IANA Time Zone database entry for America/Nome. |
AMERICA_NORONHA | IANA Time Zone database entry for America/Noronha. |
AMERICA_NORTH_DAKOTA_BEULAH | IANA Time Zone database entry for America/North_Dakota/Beulah. |
AMERICA_NORTH_DAKOTA_CENTER | IANA Time Zone database entry for America/North_Dakota/Center. |
AMERICA_NORTH_DAKOTA_NEW_SALEM | IANA Time Zone database entry for America/North_Dakota/New_Salem. |
AMERICA_NUUK | IANA Time Zone database entry for America/Nuuk. |
AMERICA_OJINAGA | IANA Time Zone database entry for America/Ojinaga. |
AMERICA_PANAMA | IANA Time Zone database entry for America/Panama. |
AMERICA_PARAMARIBO | IANA Time Zone database entry for America/Paramaribo. |
AMERICA_PHOENIX | IANA Time Zone database entry for America/Phoenix. |
AMERICA_PORTO_VELHO | IANA Time Zone database entry for America/Porto_Velho. |
AMERICA_PORT_MINUS_AU_MINUS_PRINCE | IANA Time Zone database entry for America/Port-au-Prince. |
AMERICA_PUERTO_RICO | IANA Time Zone database entry for America/Puerto_Rico. |
AMERICA_PUNTA_ARENAS | IANA Time Zone database entry for America/Punta_Arenas. |
AMERICA_RANKIN_INLET | IANA Time Zone database entry for America/Rankin_Inlet. |
AMERICA_RECIFE | IANA Time Zone database entry for America/Recife. |
AMERICA_REGINA | IANA Time Zone database entry for America/Regina. |
AMERICA_RESOLUTE | IANA Time Zone database entry for America/Resolute. |
AMERICA_RIO_BRANCO | IANA Time Zone database entry for America/Rio_Branco. |
AMERICA_SANTAREM | IANA Time Zone database entry for America/Santarem. |
AMERICA_SANTIAGO | IANA Time Zone database entry for America/Santiago. |
AMERICA_SANTO_DOMINGO | IANA Time Zone database entry for America/Santo_Domingo. |
AMERICA_SAO_PAULO | IANA Time Zone database entry for America/Sao_Paulo. |
AMERICA_SCORESBYSUND | IANA Time Zone database entry for America/Scoresbysund. |
AMERICA_SITKA | IANA Time Zone database entry for America/Sitka. |
AMERICA_ST_JOHNS | IANA Time Zone database entry for America/St_Johns. |
AMERICA_SWIFT_CURRENT | IANA Time Zone database entry for America/Swift_Current. |
AMERICA_TEGUCIGALPA | IANA Time Zone database entry for America/Tegucigalpa. |
AMERICA_THULE | IANA Time Zone database entry for America/Thule. |
AMERICA_TIJUANA | IANA Time Zone database entry for America/Tijuana. |
AMERICA_TORONTO | IANA Time Zone database entry for America/Toronto. |
AMERICA_VANCOUVER | IANA Time Zone database entry for America/Vancouver. |
AMERICA_WHITEHORSE | IANA Time Zone database entry for America/Whitehorse. |
AMERICA_WINNIPEG | IANA Time Zone database entry for America/Winnipeg. |
AMERICA_YAKUTAT | IANA Time Zone database entry for America/Yakutat. |
AMERICA_YELLOWKNIFE | IANA Time Zone database entry for America/Yellowknife. |
ANTARCTICA_CASEY | IANA Time Zone database entry for Antarctica/Casey. |
ANTARCTICA_DAVIS | IANA Time Zone database entry for Antarctica/Davis. |
ANTARCTICA_MACQUARIE | IANA Time Zone database entry for Antarctica/Macquarie. |
ANTARCTICA_MAWSON | IANA Time Zone database entry for Antarctica/Mawson. |
ANTARCTICA_PALMER | IANA Time Zone database entry for Antarctica/Palmer. |
ANTARCTICA_ROTHERA | IANA Time Zone database entry for Antarctica/Rothera. |
ANTARCTICA_TROLL | IANA Time Zone database entry for Antarctica/Troll. |
ASIA_ALMATY | IANA Time Zone database entry for Asia/Almaty. |
ASIA_AMMAN | IANA Time Zone database entry for Asia/Amman. |
ASIA_ANADYR | IANA Time Zone database entry for Asia/Anadyr. |
ASIA_AQTAU | IANA Time Zone database entry for Asia/Aqtau. |
ASIA_AQTOBE | IANA Time Zone database entry for Asia/Aqtobe. |
ASIA_ASHGABAT | IANA Time Zone database entry for Asia/Ashgabat. |
ASIA_ATYRAU | IANA Time Zone database entry for Asia/Atyrau. |
ASIA_BAGHDAD | IANA Time Zone database entry for Asia/Baghdad. |
ASIA_BAKU | IANA Time Zone database entry for Asia/Baku. |
ASIA_BANGKOK | IANA Time Zone database entry for Asia/Bangkok. |
ASIA_BARNAUL | IANA Time Zone database entry for Asia/Barnaul. |
ASIA_BEIRUT | IANA Time Zone database entry for Asia/Beirut. |
ASIA_BISHKEK | IANA Time Zone database entry for Asia/Bishkek. |
ASIA_CHITA | IANA Time Zone database entry for Asia/Chita. |
ASIA_CHOIBALSAN | IANA Time Zone database entry for Asia/Choibalsan. |
ASIA_COLOMBO | IANA Time Zone database entry for Asia/Colombo. |
ASIA_DAMASCUS | IANA Time Zone database entry for Asia/Damascus. |
ASIA_DHAKA | IANA Time Zone database entry for Asia/Dhaka. |
ASIA_DILI | IANA Time Zone database entry for Asia/Dili. |
ASIA_DUBAI | IANA Time Zone database entry for Asia/Dubai. |
ASIA_DUSHANBE | IANA Time Zone database entry for Asia/Dushanbe. |
ASIA_FAMAGUSTA | IANA Time Zone database entry for Asia/Famagusta. |
ASIA_GAZA | IANA Time Zone database entry for Asia/Gaza. |
ASIA_HEBRON | IANA Time Zone database entry for Asia/Hebron. |
ASIA_HONG_KONG | IANA Time Zone database entry for Asia/Hong_Kong. |
ASIA_HOVD | IANA Time Zone database entry for Asia/Hovd. |
ASIA_HO_CHI_MINH | IANA Time Zone database entry for Asia/Ho_Chi_Minh. |
ASIA_IRKUTSK | IANA Time Zone database entry for Asia/Irkutsk. |
ASIA_JAKARTA | IANA Time Zone database entry for Asia/Jakarta. |
ASIA_JAYAPURA | IANA Time Zone database entry for Asia/Jayapura. |
ASIA_JERUSALEM | IANA Time Zone database entry for Asia/Jerusalem. |
ASIA_KABUL | IANA Time Zone database entry for Asia/Kabul. |
ASIA_KAMCHATKA | IANA Time Zone database entry for Asia/Kamchatka. |
ASIA_KARACHI | IANA Time Zone database entry for Asia/Karachi. |
ASIA_KATHMANDU | IANA Time Zone database entry for Asia/Kathmandu. |
ASIA_KHANDYGA | IANA Time Zone database entry for Asia/Khandyga. |
ASIA_KOLKATA | IANA Time Zone database entry for Asia/Kolkata. |
ASIA_KRASNOYARSK | IANA Time Zone database entry for Asia/Krasnoyarsk. |
ASIA_KUCHING | IANA Time Zone database entry for Asia/Kuching. |
ASIA_MACAU | IANA Time Zone database entry for Asia/Macau. |
ASIA_MAGADAN | IANA Time Zone database entry for Asia/Magadan. |
ASIA_MAKASSAR | IANA Time Zone database entry for Asia/Makassar. |
ASIA_MANILA | IANA Time Zone database entry for Asia/Manila. |
ASIA_NICOSIA | IANA Time Zone database entry for Asia/Nicosia. |
ASIA_NOVOKUZNETSK | IANA Time Zone database entry for Asia/Novokuznetsk. |
ASIA_NOVOSIBIRSK | IANA Time Zone database entry for Asia/Novosibirsk. |
ASIA_OMSK | IANA Time Zone database entry for Asia/Omsk. |
ASIA_ORAL | IANA Time Zone database entry for Asia/Oral. |
ASIA_PONTIANAK | IANA Time Zone database entry for Asia/Pontianak. |
ASIA_PYONGYANG | IANA Time Zone database entry for Asia/Pyongyang. |
ASIA_QATAR | IANA Time Zone database entry for Asia/Qatar. |
ASIA_QOSTANAY | IANA Time Zone database entry for Asia/Qostanay. |
ASIA_QYZYLORDA | IANA Time Zone database entry for Asia/Qyzylorda. |
ASIA_RIYADH | IANA Time Zone database entry for Asia/Riyadh. |
ASIA_SAKHALIN | IANA Time Zone database entry for Asia/Sakhalin. |
ASIA_SAMARKAND | IANA Time Zone database entry for Asia/Samarkand. |
ASIA_SEOUL | IANA Time Zone database entry for Asia/Seoul. |
ASIA_SHANGHAI | IANA Time Zone database entry for Asia/Shanghai. |
ASIA_SINGAPORE | IANA Time Zone database entry for Asia/Singapore. |
ASIA_SREDNEKOLYMSK | IANA Time Zone database entry for Asia/Srednekolymsk. |
ASIA_TAIPEI | IANA Time Zone database entry for Asia/Taipei. |
ASIA_TASHKENT | IANA Time Zone database entry for Asia/Tashkent. |
ASIA_TBILISI | IANA Time Zone database entry for Asia/Tbilisi. |
ASIA_TEHRAN | IANA Time Zone database entry for Asia/Tehran. |
ASIA_THIMPHU | IANA Time Zone database entry for Asia/Thimphu. |
ASIA_TOKYO | IANA Time Zone database entry for Asia/Tokyo. |
ASIA_TOMSK | IANA Time Zone database entry for Asia/Tomsk. |
ASIA_ULAANBAATAR | IANA Time Zone database entry for Asia/Ulaanbaatar. |
ASIA_URUMQI | IANA Time Zone database entry for Asia/Urumqi. |
ASIA_UST_MINUS_NERA | IANA Time Zone database entry for Asia/Ust-Nera. |
ASIA_VLADIVOSTOK | IANA Time Zone database entry for Asia/Vladivostok. |
ASIA_YAKUTSK | IANA Time Zone database entry for Asia/Yakutsk. |
ASIA_YANGON | IANA Time Zone database entry for Asia/Yangon. |
ASIA_YEKATERINBURG | IANA Time Zone database entry for Asia/Yekaterinburg. |
ASIA_YEREVAN | IANA Time Zone database entry for Asia/Yerevan. |
ATLANTIC_AZORES | IANA Time Zone database entry for Atlantic/Azores. |
ATLANTIC_BERMUDA | IANA Time Zone database entry for Atlantic/Bermuda. |
ATLANTIC_CANARY | IANA Time Zone database entry for Atlantic/Canary. |
ATLANTIC_CAPE_VERDE | IANA Time Zone database entry for Atlantic/Cape_Verde. |
ATLANTIC_FAROE | IANA Time Zone database entry for Atlantic/Faroe. |
ATLANTIC_MADEIRA | IANA Time Zone database entry for Atlantic/Madeira. |
ATLANTIC_SOUTH_GEORGIA | IANA Time Zone database entry for Atlantic/South_Georgia. |
ATLANTIC_STANLEY | IANA Time Zone database entry for Atlantic/Stanley. |
AUSTRALIA_ADELAIDE | IANA Time Zone database entry for Australia/Adelaide. |
AUSTRALIA_BRISBANE | IANA Time Zone database entry for Australia/Brisbane. |
AUSTRALIA_BROKEN_HILL | IANA Time Zone database entry for Australia/Broken_Hill. |
AUSTRALIA_DARWIN | IANA Time Zone database entry for Australia/Darwin. |
AUSTRALIA_EUCLA | IANA Time Zone database entry for Australia/Eucla. |
AUSTRALIA_HOBART | IANA Time Zone database entry for Australia/Hobart. |
AUSTRALIA_LINDEMAN | IANA Time Zone database entry for Australia/Lindeman. |
AUSTRALIA_LORD_HOWE | IANA Time Zone database entry for Australia/Lord_Howe. |
AUSTRALIA_MELBOURNE | IANA Time Zone database entry for Australia/Melbourne. |
AUSTRALIA_PERTH | IANA Time Zone database entry for Australia/Perth. |
AUSTRALIA_SYDNEY | IANA Time Zone database entry for Australia/Sydney. |
CET | IANA Time Zone database entry for CET. |
CST6CDT | IANA Time Zone database entry for CST6CDT. |
EET | IANA Time Zone database entry for EET. |
EST | IANA Time Zone database entry for EST. |
EST5EDT | IANA Time Zone database entry for EST5EDT. |
ETC_GMT | IANA Time Zone database entry for Etc/GMT. |
ETC_GMT_MINUS_1 | IANA Time Zone database entry for Etc/GMT-1. |
ETC_GMT_MINUS_10 | IANA Time Zone database entry for Etc/GMT-10. |
ETC_GMT_MINUS_11 | IANA Time Zone database entry for Etc/GMT-11. |
ETC_GMT_MINUS_12 | IANA Time Zone database entry for Etc/GMT-12. |
ETC_GMT_MINUS_13 | IANA Time Zone database entry for Etc/GMT-13. |
ETC_GMT_MINUS_14 | IANA Time Zone database entry for Etc/GMT-14. |
ETC_GMT_MINUS_2 | IANA Time Zone database entry for Etc/GMT-2. |
ETC_GMT_MINUS_3 | IANA Time Zone database entry for Etc/GMT-3. |
ETC_GMT_MINUS_4 | IANA Time Zone database entry for Etc/GMT-4. |
ETC_GMT_MINUS_5 | IANA Time Zone database entry for Etc/GMT-5. |
ETC_GMT_MINUS_6 | IANA Time Zone database entry for Etc/GMT-6. |
ETC_GMT_MINUS_7 | IANA Time Zone database entry for Etc/GMT-7. |
ETC_GMT_MINUS_8 | IANA Time Zone database entry for Etc/GMT-8. |
ETC_GMT_MINUS_9 | IANA Time Zone database entry for Etc/GMT-9. |
ETC_GMT_PLUS_1 | IANA Time Zone database entry for Etc/GMT+1. |
ETC_GMT_PLUS_10 | IANA Time Zone database entry for Etc/GMT+10. |
ETC_GMT_PLUS_11 | IANA Time Zone database entry for Etc/GMT+11. |
ETC_GMT_PLUS_12 | IANA Time Zone database entry for Etc/GMT+12. |
ETC_GMT_PLUS_2 | IANA Time Zone database entry for Etc/GMT+2. |
ETC_GMT_PLUS_3 | IANA Time Zone database entry for Etc/GMT+3. |
ETC_GMT_PLUS_4 | IANA Time Zone database entry for Etc/GMT+4. |
ETC_GMT_PLUS_5 | IANA Time Zone database entry for Etc/GMT+5. |
ETC_GMT_PLUS_6 | IANA Time Zone database entry for Etc/GMT+6. |
ETC_GMT_PLUS_7 | IANA Time Zone database entry for Etc/GMT+7. |
ETC_GMT_PLUS_8 | IANA Time Zone database entry for Etc/GMT+8. |
ETC_GMT_PLUS_9 | IANA Time Zone database entry for Etc/GMT+9. |
ETC_UTC | IANA Time Zone database entry for Etc/UTC. |
EUROPE_ANDORRA | IANA Time Zone database entry for Europe/Andorra. |
EUROPE_ASTRAKHAN | IANA Time Zone database entry for Europe/Astrakhan. |
EUROPE_ATHENS | IANA Time Zone database entry for Europe/Athens. |
EUROPE_BELGRADE | IANA Time Zone database entry for Europe/Belgrade. |
EUROPE_BERLIN | IANA Time Zone database entry for Europe/Berlin. |
EUROPE_BRUSSELS | IANA Time Zone database entry for Europe/Brussels. |
EUROPE_BUCHAREST | IANA Time Zone database entry for Europe/Bucharest. |
EUROPE_BUDAPEST | IANA Time Zone database entry for Europe/Budapest. |
EUROPE_CHISINAU | IANA Time Zone database entry for Europe/Chisinau. |
EUROPE_DUBLIN | IANA Time Zone database entry for Europe/Dublin. |
EUROPE_GIBRALTAR | IANA Time Zone database entry for Europe/Gibraltar. |
EUROPE_HELSINKI | IANA Time Zone database entry for Europe/Helsinki. |
EUROPE_ISTANBUL | IANA Time Zone database entry for Europe/Istanbul. |
EUROPE_KALININGRAD | IANA Time Zone database entry for Europe/Kaliningrad. |
EUROPE_KIROV | IANA Time Zone database entry for Europe/Kirov. |
EUROPE_KYIV | IANA Time Zone database entry for Europe/Kyiv. |
EUROPE_LISBON | IANA Time Zone database entry for Europe/Lisbon. |
EUROPE_LONDON | IANA Time Zone database entry for Europe/London. |
EUROPE_MADRID | IANA Time Zone database entry for Europe/Madrid. |
EUROPE_MALTA | IANA Time Zone database entry for Europe/Malta. |
EUROPE_MINSK | IANA Time Zone database entry for Europe/Minsk. |
EUROPE_MOSCOW | IANA Time Zone database entry for Europe/Moscow. |
EUROPE_PARIS | IANA Time Zone database entry for Europe/Paris. |
EUROPE_PRAGUE | IANA Time Zone database entry for Europe/Prague. |
EUROPE_RIGA | IANA Time Zone database entry for Europe/Riga. |
EUROPE_ROME | IANA Time Zone database entry for Europe/Rome. |
EUROPE_SAMARA | IANA Time Zone database entry for Europe/Samara. |
EUROPE_SARATOV | IANA Time Zone database entry for Europe/Saratov. |
EUROPE_SIMFEROPOL | IANA Time Zone database entry for Europe/Simferopol. |
EUROPE_SOFIA | IANA Time Zone database entry for Europe/Sofia. |
EUROPE_TALLINN | IANA Time Zone database entry for Europe/Tallinn. |
EUROPE_TIRANE | IANA Time Zone database entry for Europe/Tirane. |
EUROPE_ULYANOVSK | IANA Time Zone database entry for Europe/Ulyanovsk. |
EUROPE_VIENNA | IANA Time Zone database entry for Europe/Vienna. |
EUROPE_VILNIUS | IANA Time Zone database entry for Europe/Vilnius. |
EUROPE_VOLGOGRAD | IANA Time Zone database entry for Europe/Volgograd. |
EUROPE_WARSAW | IANA Time Zone database entry for Europe/Warsaw. |
EUROPE_ZURICH | IANA Time Zone database entry for Europe/Zurich. |
FACTORY | IANA Time Zone database entry for Factory. |
HST | IANA Time Zone database entry for HST. |
INDIAN_CHAGOS | IANA Time Zone database entry for Indian/Chagos. |
INDIAN_MALDIVES | IANA Time Zone database entry for Indian/Maldives. |
INDIAN_MAURITIUS | IANA Time Zone database entry for Indian/Mauritius. |
MET | IANA Time Zone database entry for MET. |
MST | IANA Time Zone database entry for MST. |
MST7MDT | IANA Time Zone database entry for MST7MDT. |
PACIFIC_APIA | IANA Time Zone database entry for Pacific/Apia. |
PACIFIC_AUCKLAND | IANA Time Zone database entry for Pacific/Auckland. |
PACIFIC_BOUGAINVILLE | IANA Time Zone database entry for Pacific/Bougainville. |
PACIFIC_CHATHAM | IANA Time Zone database entry for Pacific/Chatham. |
PACIFIC_EASTER | IANA Time Zone database entry for Pacific/Easter. |
PACIFIC_EFATE | IANA Time Zone database entry for Pacific/Efate. |
PACIFIC_FAKAOFO | IANA Time Zone database entry for Pacific/Fakaofo. |
PACIFIC_FIJI | IANA Time Zone database entry for Pacific/Fiji. |
PACIFIC_GALAPAGOS | IANA Time Zone database entry for Pacific/Galapagos. |
PACIFIC_GAMBIER | IANA Time Zone database entry for Pacific/Gambier. |
PACIFIC_GUADALCANAL | IANA Time Zone database entry for Pacific/Guadalcanal. |
PACIFIC_GUAM | IANA Time Zone database entry for Pacific/Guam. |
PACIFIC_HONOLULU | IANA Time Zone database entry for Pacific/Honolulu. |
PACIFIC_KANTON | IANA Time Zone database entry for Pacific/Kanton. |
PACIFIC_KIRITIMATI | IANA Time Zone database entry for Pacific/Kiritimati. |
PACIFIC_KOSRAE | IANA Time Zone database entry for Pacific/Kosrae. |
PACIFIC_KWAJALEIN | IANA Time Zone database entry for Pacific/Kwajalein. |
PACIFIC_MARQUESAS | IANA Time Zone database entry for Pacific/Marquesas. |
PACIFIC_NAURU | IANA Time Zone database entry for Pacific/Nauru. |
PACIFIC_NIUE | IANA Time Zone database entry for Pacific/Niue. |
PACIFIC_NORFOLK | IANA Time Zone database entry for Pacific/Norfolk. |
PACIFIC_NOUMEA | IANA Time Zone database entry for Pacific/Noumea. |
PACIFIC_PAGO_PAGO | IANA Time Zone database entry for Pacific/Pago_Pago. |
PACIFIC_PALAU | IANA Time Zone database entry for Pacific/Palau. |
PACIFIC_PITCAIRN | IANA Time Zone database entry for Pacific/Pitcairn. |
PACIFIC_PORT_MORESBY | IANA Time Zone database entry for Pacific/Port_Moresby. |
PACIFIC_RAROTONGA | IANA Time Zone database entry for Pacific/Rarotonga. |
PACIFIC_TAHITI | IANA Time Zone database entry for Pacific/Tahiti. |
PACIFIC_TARAWA | IANA Time Zone database entry for Pacific/Tarawa. |
PACIFIC_TONGATAPU | IANA Time Zone database entry for Pacific/Tongatapu. |
PST8PDT | IANA Time Zone database entry for PST8PDT. |
TimezoneName | The name of the timezone. |
WET | IANA Time Zone database entry for WET. |
Methods
Of(string) | Use this to add a timezone not in this class. |
Properties
AFRICA_ABIDJAN
IANA Time Zone database entry for Africa/Abidjan.
public static TimeZone AFRICA_ABIDJAN { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
AFRICA_ALGIERS
IANA Time Zone database entry for Africa/Algiers.
public static TimeZone AFRICA_ALGIERS { get; }
Property Value
Remarks
UTC offset +01:00/+01:00.
AFRICA_BISSAU
IANA Time Zone database entry for Africa/Bissau.
public static TimeZone AFRICA_BISSAU { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
AFRICA_CAIRO
IANA Time Zone database entry for Africa/Cairo.
public static TimeZone AFRICA_CAIRO { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
AFRICA_CASABLANCA
IANA Time Zone database entry for Africa/Casablanca.
public static TimeZone AFRICA_CASABLANCA { get; }
Property Value
Remarks
UTC offset +01:00/+00:00.
AFRICA_CEUTA
IANA Time Zone database entry for Africa/Ceuta.
public static TimeZone AFRICA_CEUTA { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
AFRICA_EL_AAIUN
IANA Time Zone database entry for Africa/El_Aaiun.
public static TimeZone AFRICA_EL_AAIUN { get; }
Property Value
Remarks
UTC offset +01:00/+00:00.
AFRICA_JOHANNESBURG
IANA Time Zone database entry for Africa/Johannesburg.
public static TimeZone AFRICA_JOHANNESBURG { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
AFRICA_JUBA
IANA Time Zone database entry for Africa/Juba.
public static TimeZone AFRICA_JUBA { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
AFRICA_KHARTOUM
IANA Time Zone database entry for Africa/Khartoum.
public static TimeZone AFRICA_KHARTOUM { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
AFRICA_LAGOS
IANA Time Zone database entry for Africa/Lagos.
public static TimeZone AFRICA_LAGOS { get; }
Property Value
Remarks
UTC offset +01:00/+01:00.
AFRICA_MAPUTO
IANA Time Zone database entry for Africa/Maputo.
public static TimeZone AFRICA_MAPUTO { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
AFRICA_MONROVIA
IANA Time Zone database entry for Africa/Monrovia.
public static TimeZone AFRICA_MONROVIA { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
AFRICA_NAIROBI
IANA Time Zone database entry for Africa/Nairobi.
public static TimeZone AFRICA_NAIROBI { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
AFRICA_NDJAMENA
IANA Time Zone database entry for Africa/Ndjamena.
public static TimeZone AFRICA_NDJAMENA { get; }
Property Value
Remarks
UTC offset +01:00/+01:00.
AFRICA_SAO_TOME
IANA Time Zone database entry for Africa/Sao_Tome.
public static TimeZone AFRICA_SAO_TOME { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
AFRICA_TRIPOLI
IANA Time Zone database entry for Africa/Tripoli.
public static TimeZone AFRICA_TRIPOLI { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
AFRICA_TUNIS
IANA Time Zone database entry for Africa/Tunis.
public static TimeZone AFRICA_TUNIS { get; }
Property Value
Remarks
UTC offset +01:00/+01:00.
AFRICA_WINDHOEK
IANA Time Zone database entry for Africa/Windhoek.
public static TimeZone AFRICA_WINDHOEK { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
AMERICA_ADAK
IANA Time Zone database entry for America/Adak.
public static TimeZone AMERICA_ADAK { get; }
Property Value
Remarks
UTC offset −10:00/−09:00.
AMERICA_ANCHORAGE
IANA Time Zone database entry for America/Anchorage.
public static TimeZone AMERICA_ANCHORAGE { get; }
Property Value
Remarks
UTC offset −09:00/−08:00.
AMERICA_ARAGUAINA
IANA Time Zone database entry for America/Araguaina.
public static TimeZone AMERICA_ARAGUAINA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_BUENOS_AIRES
IANA Time Zone database entry for America/Argentina/Buenos_Aires.
public static TimeZone AMERICA_ARGENTINA_BUENOS_AIRES { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_CATAMARCA
IANA Time Zone database entry for America/Argentina/Catamarca.
public static TimeZone AMERICA_ARGENTINA_CATAMARCA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_CORDOBA
IANA Time Zone database entry for America/Argentina/Cordoba.
public static TimeZone AMERICA_ARGENTINA_CORDOBA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_JUJUY
IANA Time Zone database entry for America/Argentina/Jujuy.
public static TimeZone AMERICA_ARGENTINA_JUJUY { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_LA_RIOJA
IANA Time Zone database entry for America/Argentina/La_Rioja.
public static TimeZone AMERICA_ARGENTINA_LA_RIOJA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_MENDOZA
IANA Time Zone database entry for America/Argentina/Mendoza.
public static TimeZone AMERICA_ARGENTINA_MENDOZA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_RIO_GALLEGOS
IANA Time Zone database entry for America/Argentina/Rio_Gallegos.
public static TimeZone AMERICA_ARGENTINA_RIO_GALLEGOS { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_SALTA
IANA Time Zone database entry for America/Argentina/Salta.
public static TimeZone AMERICA_ARGENTINA_SALTA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_SAN_JUAN
IANA Time Zone database entry for America/Argentina/San_Juan.
public static TimeZone AMERICA_ARGENTINA_SAN_JUAN { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_SAN_LUIS
IANA Time Zone database entry for America/Argentina/San_Luis.
public static TimeZone AMERICA_ARGENTINA_SAN_LUIS { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_TUCUMAN
IANA Time Zone database entry for America/Argentina/Tucuman.
public static TimeZone AMERICA_ARGENTINA_TUCUMAN { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ARGENTINA_USHUAIA
IANA Time Zone database entry for America/Argentina/Ushuaia.
public static TimeZone AMERICA_ARGENTINA_USHUAIA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_ASUNCION
IANA Time Zone database entry for America/Asuncion.
public static TimeZone AMERICA_ASUNCION { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
AMERICA_BAHIA
IANA Time Zone database entry for America/Bahia.
public static TimeZone AMERICA_BAHIA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_BAHIA_BANDERAS
IANA Time Zone database entry for America/Bahia_Banderas.
public static TimeZone AMERICA_BAHIA_BANDERAS { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_BARBADOS
IANA Time Zone database entry for America/Barbados.
public static TimeZone AMERICA_BARBADOS { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_BELEM
IANA Time Zone database entry for America/Belem.
public static TimeZone AMERICA_BELEM { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_BELIZE
IANA Time Zone database entry for America/Belize.
public static TimeZone AMERICA_BELIZE { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_BOA_VISTA
IANA Time Zone database entry for America/Boa_Vista.
public static TimeZone AMERICA_BOA_VISTA { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_BOGOTA
IANA Time Zone database entry for America/Bogota.
public static TimeZone AMERICA_BOGOTA { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_BOISE
IANA Time Zone database entry for America/Boise.
public static TimeZone AMERICA_BOISE { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
AMERICA_CAMBRIDGE_BAY
IANA Time Zone database entry for America/Cambridge_Bay.
public static TimeZone AMERICA_CAMBRIDGE_BAY { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
AMERICA_CAMPO_GRANDE
IANA Time Zone database entry for America/Campo_Grande.
public static TimeZone AMERICA_CAMPO_GRANDE { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_CANCUN
IANA Time Zone database entry for America/Cancun.
public static TimeZone AMERICA_CANCUN { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_CARACAS
IANA Time Zone database entry for America/Caracas.
public static TimeZone AMERICA_CARACAS { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_CAYENNE
IANA Time Zone database entry for America/Cayenne.
public static TimeZone AMERICA_CAYENNE { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_CHICAGO
IANA Time Zone database entry for America/Chicago.
public static TimeZone AMERICA_CHICAGO { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_CHIHUAHUA
IANA Time Zone database entry for America/Chihuahua.
public static TimeZone AMERICA_CHIHUAHUA { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_CIUDAD_JUAREZ
IANA Time Zone database entry for America/Ciudad_Juarez.
public static TimeZone AMERICA_CIUDAD_JUAREZ { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
AMERICA_COSTA_RICA
IANA Time Zone database entry for America/Costa_Rica.
public static TimeZone AMERICA_COSTA_RICA { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_CUIABA
IANA Time Zone database entry for America/Cuiaba.
public static TimeZone AMERICA_CUIABA { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_DANMARKSHAVN
IANA Time Zone database entry for America/Danmarkshavn.
public static TimeZone AMERICA_DANMARKSHAVN { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
AMERICA_DAWSON
IANA Time Zone database entry for America/Dawson.
public static TimeZone AMERICA_DAWSON { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
AMERICA_DAWSON_CREEK
IANA Time Zone database entry for America/Dawson_Creek.
public static TimeZone AMERICA_DAWSON_CREEK { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
AMERICA_DENVER
IANA Time Zone database entry for America/Denver.
public static TimeZone AMERICA_DENVER { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
AMERICA_DETROIT
IANA Time Zone database entry for America/Detroit.
public static TimeZone AMERICA_DETROIT { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_EDMONTON
IANA Time Zone database entry for America/Edmonton.
public static TimeZone AMERICA_EDMONTON { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
AMERICA_EIRUNEPE
IANA Time Zone database entry for America/Eirunepe.
public static TimeZone AMERICA_EIRUNEPE { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_EL_SALVADOR
IANA Time Zone database entry for America/El_Salvador.
public static TimeZone AMERICA_EL_SALVADOR { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_FORTALEZA
IANA Time Zone database entry for America/Fortaleza.
public static TimeZone AMERICA_FORTALEZA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_FORT_NELSON
IANA Time Zone database entry for America/Fort_Nelson.
public static TimeZone AMERICA_FORT_NELSON { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
AMERICA_GLACE_BAY
IANA Time Zone database entry for America/Glace_Bay.
public static TimeZone AMERICA_GLACE_BAY { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
AMERICA_GOOSE_BAY
IANA Time Zone database entry for America/Goose_Bay.
public static TimeZone AMERICA_GOOSE_BAY { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
AMERICA_GRAND_TURK
IANA Time Zone database entry for America/Grand_Turk.
public static TimeZone AMERICA_GRAND_TURK { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_GUATEMALA
IANA Time Zone database entry for America/Guatemala.
public static TimeZone AMERICA_GUATEMALA { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_GUAYAQUIL
IANA Time Zone database entry for America/Guayaquil.
public static TimeZone AMERICA_GUAYAQUIL { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_GUYANA
IANA Time Zone database entry for America/Guyana.
public static TimeZone AMERICA_GUYANA { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_HALIFAX
IANA Time Zone database entry for America/Halifax.
public static TimeZone AMERICA_HALIFAX { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
AMERICA_HAVANA
IANA Time Zone database entry for America/Havana.
public static TimeZone AMERICA_HAVANA { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_HERMOSILLO
IANA Time Zone database entry for America/Hermosillo.
public static TimeZone AMERICA_HERMOSILLO { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
AMERICA_INDIANA_INDIANAPOLIS
IANA Time Zone database entry for America/Indiana/Indianapolis.
public static TimeZone AMERICA_INDIANA_INDIANAPOLIS { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_INDIANA_KNOX
IANA Time Zone database entry for America/Indiana/Knox.
public static TimeZone AMERICA_INDIANA_KNOX { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_INDIANA_MARENGO
IANA Time Zone database entry for America/Indiana/Marengo.
public static TimeZone AMERICA_INDIANA_MARENGO { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_INDIANA_PETERSBURG
IANA Time Zone database entry for America/Indiana/Petersburg.
public static TimeZone AMERICA_INDIANA_PETERSBURG { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_INDIANA_TELL_CITY
IANA Time Zone database entry for America/Indiana/Tell_City.
public static TimeZone AMERICA_INDIANA_TELL_CITY { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_INDIANA_VEVAY
IANA Time Zone database entry for America/Indiana/Vevay.
public static TimeZone AMERICA_INDIANA_VEVAY { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_INDIANA_VINCENNES
IANA Time Zone database entry for America/Indiana/Vincennes.
public static TimeZone AMERICA_INDIANA_VINCENNES { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_INDIANA_WINAMAC
IANA Time Zone database entry for America/Indiana/Winamac.
public static TimeZone AMERICA_INDIANA_WINAMAC { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_INUVIK
IANA Time Zone database entry for America/Inuvik.
public static TimeZone AMERICA_INUVIK { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
AMERICA_IQALUIT
IANA Time Zone database entry for America/Iqaluit.
public static TimeZone AMERICA_IQALUIT { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_JAMAICA
IANA Time Zone database entry for America/Jamaica.
public static TimeZone AMERICA_JAMAICA { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_JUNEAU
IANA Time Zone database entry for America/Juneau.
public static TimeZone AMERICA_JUNEAU { get; }
Property Value
Remarks
UTC offset −09:00/−08:00.
AMERICA_KENTUCKY_LOUISVILLE
IANA Time Zone database entry for America/Kentucky/Louisville.
public static TimeZone AMERICA_KENTUCKY_LOUISVILLE { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_KENTUCKY_MONTICELLO
IANA Time Zone database entry for America/Kentucky/Monticello.
public static TimeZone AMERICA_KENTUCKY_MONTICELLO { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_LA_PAZ
IANA Time Zone database entry for America/La_Paz.
public static TimeZone AMERICA_LA_PAZ { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_LIMA
IANA Time Zone database entry for America/Lima.
public static TimeZone AMERICA_LIMA { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_LOS_ANGELES
IANA Time Zone database entry for America/Los_Angeles.
public static TimeZone AMERICA_LOS_ANGELES { get; }
Property Value
Remarks
UTC offset −08:00/−07:00.
AMERICA_MACEIO
IANA Time Zone database entry for America/Maceio.
public static TimeZone AMERICA_MACEIO { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_MANAGUA
IANA Time Zone database entry for America/Managua.
public static TimeZone AMERICA_MANAGUA { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_MANAUS
IANA Time Zone database entry for America/Manaus.
public static TimeZone AMERICA_MANAUS { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_MARTINIQUE
IANA Time Zone database entry for America/Martinique.
public static TimeZone AMERICA_MARTINIQUE { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_MATAMOROS
IANA Time Zone database entry for America/Matamoros.
public static TimeZone AMERICA_MATAMOROS { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_MAZATLAN
IANA Time Zone database entry for America/Mazatlan.
public static TimeZone AMERICA_MAZATLAN { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
AMERICA_MENOMINEE
IANA Time Zone database entry for America/Menominee.
public static TimeZone AMERICA_MENOMINEE { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_MERIDA
IANA Time Zone database entry for America/Merida.
public static TimeZone AMERICA_MERIDA { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_METLAKATLA
IANA Time Zone database entry for America/Metlakatla.
public static TimeZone AMERICA_METLAKATLA { get; }
Property Value
Remarks
UTC offset −09:00/−08:00.
AMERICA_MEXICO_CITY
IANA Time Zone database entry for America/Mexico_City.
public static TimeZone AMERICA_MEXICO_CITY { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_MIQUELON
IANA Time Zone database entry for America/Miquelon.
public static TimeZone AMERICA_MIQUELON { get; }
Property Value
Remarks
UTC offset −03:00/−02:00.
AMERICA_MONCTON
IANA Time Zone database entry for America/Moncton.
public static TimeZone AMERICA_MONCTON { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
AMERICA_MONTERREY
IANA Time Zone database entry for America/Monterrey.
public static TimeZone AMERICA_MONTERREY { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_MONTEVIDEO
IANA Time Zone database entry for America/Montevideo.
public static TimeZone AMERICA_MONTEVIDEO { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_NEW_YORK
IANA Time Zone database entry for America/New_York.
public static TimeZone AMERICA_NEW_YORK { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_NOME
IANA Time Zone database entry for America/Nome.
public static TimeZone AMERICA_NOME { get; }
Property Value
Remarks
UTC offset −09:00/−08:00.
AMERICA_NORONHA
IANA Time Zone database entry for America/Noronha.
public static TimeZone AMERICA_NORONHA { get; }
Property Value
Remarks
UTC offset −02:00/−02:00.
AMERICA_NORTH_DAKOTA_BEULAH
IANA Time Zone database entry for America/North_Dakota/Beulah.
public static TimeZone AMERICA_NORTH_DAKOTA_BEULAH { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_NORTH_DAKOTA_CENTER
IANA Time Zone database entry for America/North_Dakota/Center.
public static TimeZone AMERICA_NORTH_DAKOTA_CENTER { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_NORTH_DAKOTA_NEW_SALEM
IANA Time Zone database entry for America/North_Dakota/New_Salem.
public static TimeZone AMERICA_NORTH_DAKOTA_NEW_SALEM { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_NUUK
IANA Time Zone database entry for America/Nuuk.
public static TimeZone AMERICA_NUUK { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_OJINAGA
IANA Time Zone database entry for America/Ojinaga.
public static TimeZone AMERICA_OJINAGA { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_PANAMA
IANA Time Zone database entry for America/Panama.
public static TimeZone AMERICA_PANAMA { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_PARAMARIBO
IANA Time Zone database entry for America/Paramaribo.
public static TimeZone AMERICA_PARAMARIBO { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_PHOENIX
IANA Time Zone database entry for America/Phoenix.
public static TimeZone AMERICA_PHOENIX { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
AMERICA_PORTO_VELHO
IANA Time Zone database entry for America/Porto_Velho.
public static TimeZone AMERICA_PORTO_VELHO { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_PORT_MINUS_AU_MINUS_PRINCE
IANA Time Zone database entry for America/Port-au-Prince.
public static TimeZone AMERICA_PORT_MINUS_AU_MINUS_PRINCE { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_PUERTO_RICO
IANA Time Zone database entry for America/Puerto_Rico.
public static TimeZone AMERICA_PUERTO_RICO { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_PUNTA_ARENAS
IANA Time Zone database entry for America/Punta_Arenas.
public static TimeZone AMERICA_PUNTA_ARENAS { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_RANKIN_INLET
IANA Time Zone database entry for America/Rankin_Inlet.
public static TimeZone AMERICA_RANKIN_INLET { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_RECIFE
IANA Time Zone database entry for America/Recife.
public static TimeZone AMERICA_RECIFE { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_REGINA
IANA Time Zone database entry for America/Regina.
public static TimeZone AMERICA_REGINA { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_RESOLUTE
IANA Time Zone database entry for America/Resolute.
public static TimeZone AMERICA_RESOLUTE { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_RIO_BRANCO
IANA Time Zone database entry for America/Rio_Branco.
public static TimeZone AMERICA_RIO_BRANCO { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
AMERICA_SANTAREM
IANA Time Zone database entry for America/Santarem.
public static TimeZone AMERICA_SANTAREM { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_SANTIAGO
IANA Time Zone database entry for America/Santiago.
public static TimeZone AMERICA_SANTIAGO { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
AMERICA_SANTO_DOMINGO
IANA Time Zone database entry for America/Santo_Domingo.
public static TimeZone AMERICA_SANTO_DOMINGO { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
AMERICA_SAO_PAULO
IANA Time Zone database entry for America/Sao_Paulo.
public static TimeZone AMERICA_SAO_PAULO { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AMERICA_SCORESBYSUND
IANA Time Zone database entry for America/Scoresbysund.
public static TimeZone AMERICA_SCORESBYSUND { get; }
Property Value
Remarks
UTC offset −01:00/+00:00.
AMERICA_SITKA
IANA Time Zone database entry for America/Sitka.
public static TimeZone AMERICA_SITKA { get; }
Property Value
Remarks
UTC offset −09:00/−08:00.
AMERICA_ST_JOHNS
IANA Time Zone database entry for America/St_Johns.
public static TimeZone AMERICA_ST_JOHNS { get; }
Property Value
Remarks
UTC offset −03:30/−02:30.
AMERICA_SWIFT_CURRENT
IANA Time Zone database entry for America/Swift_Current.
public static TimeZone AMERICA_SWIFT_CURRENT { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_TEGUCIGALPA
IANA Time Zone database entry for America/Tegucigalpa.
public static TimeZone AMERICA_TEGUCIGALPA { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
AMERICA_THULE
IANA Time Zone database entry for America/Thule.
public static TimeZone AMERICA_THULE { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
AMERICA_TIJUANA
IANA Time Zone database entry for America/Tijuana.
public static TimeZone AMERICA_TIJUANA { get; }
Property Value
Remarks
UTC offset −08:00/−07:00.
AMERICA_TORONTO
IANA Time Zone database entry for America/Toronto.
public static TimeZone AMERICA_TORONTO { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
AMERICA_VANCOUVER
IANA Time Zone database entry for America/Vancouver.
public static TimeZone AMERICA_VANCOUVER { get; }
Property Value
Remarks
UTC offset −08:00/−07:00.
AMERICA_WHITEHORSE
IANA Time Zone database entry for America/Whitehorse.
public static TimeZone AMERICA_WHITEHORSE { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
AMERICA_WINNIPEG
IANA Time Zone database entry for America/Winnipeg.
public static TimeZone AMERICA_WINNIPEG { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
AMERICA_YAKUTAT
IANA Time Zone database entry for America/Yakutat.
public static TimeZone AMERICA_YAKUTAT { get; }
Property Value
Remarks
UTC offset −09:00/−08:00.
AMERICA_YELLOWKNIFE
IANA Time Zone database entry for America/Yellowknife.
public static TimeZone AMERICA_YELLOWKNIFE { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
ANTARCTICA_CASEY
IANA Time Zone database entry for Antarctica/Casey.
public static TimeZone ANTARCTICA_CASEY { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
ANTARCTICA_DAVIS
IANA Time Zone database entry for Antarctica/Davis.
public static TimeZone ANTARCTICA_DAVIS { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ANTARCTICA_MACQUARIE
IANA Time Zone database entry for Antarctica/Macquarie.
public static TimeZone ANTARCTICA_MACQUARIE { get; }
Property Value
Remarks
UTC offset +10:00/+11:00.
ANTARCTICA_MAWSON
IANA Time Zone database entry for Antarctica/Mawson.
public static TimeZone ANTARCTICA_MAWSON { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ANTARCTICA_PALMER
IANA Time Zone database entry for Antarctica/Palmer.
public static TimeZone ANTARCTICA_PALMER { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
ANTARCTICA_ROTHERA
IANA Time Zone database entry for Antarctica/Rothera.
public static TimeZone ANTARCTICA_ROTHERA { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
ANTARCTICA_TROLL
IANA Time Zone database entry for Antarctica/Troll.
public static TimeZone ANTARCTICA_TROLL { get; }
Property Value
Remarks
UTC offset +00:00/+02:00.
ASIA_ALMATY
IANA Time Zone database entry for Asia/Almaty.
public static TimeZone ASIA_ALMATY { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ASIA_AMMAN
IANA Time Zone database entry for Asia/Amman.
public static TimeZone ASIA_AMMAN { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
ASIA_ANADYR
IANA Time Zone database entry for Asia/Anadyr.
public static TimeZone ASIA_ANADYR { get; }
Property Value
Remarks
UTC offset +12:00/+12:00.
ASIA_AQTAU
IANA Time Zone database entry for Asia/Aqtau.
public static TimeZone ASIA_AQTAU { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_AQTOBE
IANA Time Zone database entry for Asia/Aqtobe.
public static TimeZone ASIA_AQTOBE { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_ASHGABAT
IANA Time Zone database entry for Asia/Ashgabat.
public static TimeZone ASIA_ASHGABAT { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_ATYRAU
IANA Time Zone database entry for Asia/Atyrau.
public static TimeZone ASIA_ATYRAU { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_BAGHDAD
IANA Time Zone database entry for Asia/Baghdad.
public static TimeZone ASIA_BAGHDAD { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
ASIA_BAKU
IANA Time Zone database entry for Asia/Baku.
public static TimeZone ASIA_BAKU { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
ASIA_BANGKOK
IANA Time Zone database entry for Asia/Bangkok.
public static TimeZone ASIA_BANGKOK { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_BARNAUL
IANA Time Zone database entry for Asia/Barnaul.
public static TimeZone ASIA_BARNAUL { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_BEIRUT
IANA Time Zone database entry for Asia/Beirut.
public static TimeZone ASIA_BEIRUT { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
ASIA_BISHKEK
IANA Time Zone database entry for Asia/Bishkek.
public static TimeZone ASIA_BISHKEK { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ASIA_CHITA
IANA Time Zone database entry for Asia/Chita.
public static TimeZone ASIA_CHITA { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_CHOIBALSAN
IANA Time Zone database entry for Asia/Choibalsan.
public static TimeZone ASIA_CHOIBALSAN { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_COLOMBO
IANA Time Zone database entry for Asia/Colombo.
public static TimeZone ASIA_COLOMBO { get; }
Property Value
Remarks
UTC offset +05:30/+05:30.
ASIA_DAMASCUS
IANA Time Zone database entry for Asia/Damascus.
public static TimeZone ASIA_DAMASCUS { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
ASIA_DHAKA
IANA Time Zone database entry for Asia/Dhaka.
public static TimeZone ASIA_DHAKA { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ASIA_DILI
IANA Time Zone database entry for Asia/Dili.
public static TimeZone ASIA_DILI { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_DUBAI
IANA Time Zone database entry for Asia/Dubai.
public static TimeZone ASIA_DUBAI { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
ASIA_DUSHANBE
IANA Time Zone database entry for Asia/Dushanbe.
public static TimeZone ASIA_DUSHANBE { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_FAMAGUSTA
IANA Time Zone database entry for Asia/Famagusta.
public static TimeZone ASIA_FAMAGUSTA { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
ASIA_GAZA
IANA Time Zone database entry for Asia/Gaza.
public static TimeZone ASIA_GAZA { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
ASIA_HEBRON
IANA Time Zone database entry for Asia/Hebron.
public static TimeZone ASIA_HEBRON { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
ASIA_HONG_KONG
IANA Time Zone database entry for Asia/Hong_Kong.
public static TimeZone ASIA_HONG_KONG { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_HOVD
IANA Time Zone database entry for Asia/Hovd.
public static TimeZone ASIA_HOVD { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_HO_CHI_MINH
IANA Time Zone database entry for Asia/Ho_Chi_Minh.
public static TimeZone ASIA_HO_CHI_MINH { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_IRKUTSK
IANA Time Zone database entry for Asia/Irkutsk.
public static TimeZone ASIA_IRKUTSK { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_JAKARTA
IANA Time Zone database entry for Asia/Jakarta.
public static TimeZone ASIA_JAKARTA { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_JAYAPURA
IANA Time Zone database entry for Asia/Jayapura.
public static TimeZone ASIA_JAYAPURA { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_JERUSALEM
IANA Time Zone database entry for Asia/Jerusalem.
public static TimeZone ASIA_JERUSALEM { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
ASIA_KABUL
IANA Time Zone database entry for Asia/Kabul.
public static TimeZone ASIA_KABUL { get; }
Property Value
Remarks
UTC offset +04:30/+04:30.
ASIA_KAMCHATKA
IANA Time Zone database entry for Asia/Kamchatka.
public static TimeZone ASIA_KAMCHATKA { get; }
Property Value
Remarks
UTC offset +12:00/+12:00.
ASIA_KARACHI
IANA Time Zone database entry for Asia/Karachi.
public static TimeZone ASIA_KARACHI { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_KATHMANDU
IANA Time Zone database entry for Asia/Kathmandu.
public static TimeZone ASIA_KATHMANDU { get; }
Property Value
Remarks
UTC offset +05:45/+05:45.
ASIA_KHANDYGA
IANA Time Zone database entry for Asia/Khandyga.
public static TimeZone ASIA_KHANDYGA { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_KOLKATA
IANA Time Zone database entry for Asia/Kolkata.
public static TimeZone ASIA_KOLKATA { get; }
Property Value
Remarks
UTC offset +05:30/+05:30.
ASIA_KRASNOYARSK
IANA Time Zone database entry for Asia/Krasnoyarsk.
public static TimeZone ASIA_KRASNOYARSK { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_KUCHING
IANA Time Zone database entry for Asia/Kuching.
public static TimeZone ASIA_KUCHING { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_MACAU
IANA Time Zone database entry for Asia/Macau.
public static TimeZone ASIA_MACAU { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_MAGADAN
IANA Time Zone database entry for Asia/Magadan.
public static TimeZone ASIA_MAGADAN { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
ASIA_MAKASSAR
IANA Time Zone database entry for Asia/Makassar.
public static TimeZone ASIA_MAKASSAR { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_MANILA
IANA Time Zone database entry for Asia/Manila.
public static TimeZone ASIA_MANILA { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_NICOSIA
IANA Time Zone database entry for Asia/Nicosia.
public static TimeZone ASIA_NICOSIA { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
ASIA_NOVOKUZNETSK
IANA Time Zone database entry for Asia/Novokuznetsk.
public static TimeZone ASIA_NOVOKUZNETSK { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_NOVOSIBIRSK
IANA Time Zone database entry for Asia/Novosibirsk.
public static TimeZone ASIA_NOVOSIBIRSK { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_OMSK
IANA Time Zone database entry for Asia/Omsk.
public static TimeZone ASIA_OMSK { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ASIA_ORAL
IANA Time Zone database entry for Asia/Oral.
public static TimeZone ASIA_ORAL { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_PONTIANAK
IANA Time Zone database entry for Asia/Pontianak.
public static TimeZone ASIA_PONTIANAK { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_PYONGYANG
IANA Time Zone database entry for Asia/Pyongyang.
public static TimeZone ASIA_PYONGYANG { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_QATAR
IANA Time Zone database entry for Asia/Qatar.
public static TimeZone ASIA_QATAR { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
ASIA_QOSTANAY
IANA Time Zone database entry for Asia/Qostanay.
public static TimeZone ASIA_QOSTANAY { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ASIA_QYZYLORDA
IANA Time Zone database entry for Asia/Qyzylorda.
public static TimeZone ASIA_QYZYLORDA { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_RIYADH
IANA Time Zone database entry for Asia/Riyadh.
public static TimeZone ASIA_RIYADH { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
ASIA_SAKHALIN
IANA Time Zone database entry for Asia/Sakhalin.
public static TimeZone ASIA_SAKHALIN { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
ASIA_SAMARKAND
IANA Time Zone database entry for Asia/Samarkand.
public static TimeZone ASIA_SAMARKAND { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_SEOUL
IANA Time Zone database entry for Asia/Seoul.
public static TimeZone ASIA_SEOUL { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_SHANGHAI
IANA Time Zone database entry for Asia/Shanghai.
public static TimeZone ASIA_SHANGHAI { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_SINGAPORE
IANA Time Zone database entry for Asia/Singapore.
public static TimeZone ASIA_SINGAPORE { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_SREDNEKOLYMSK
IANA Time Zone database entry for Asia/Srednekolymsk.
public static TimeZone ASIA_SREDNEKOLYMSK { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
ASIA_TAIPEI
IANA Time Zone database entry for Asia/Taipei.
public static TimeZone ASIA_TAIPEI { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_TASHKENT
IANA Time Zone database entry for Asia/Tashkent.
public static TimeZone ASIA_TASHKENT { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_TBILISI
IANA Time Zone database entry for Asia/Tbilisi.
public static TimeZone ASIA_TBILISI { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
ASIA_TEHRAN
IANA Time Zone database entry for Asia/Tehran.
public static TimeZone ASIA_TEHRAN { get; }
Property Value
Remarks
UTC offset +03:30/+03:30.
ASIA_THIMPHU
IANA Time Zone database entry for Asia/Thimphu.
public static TimeZone ASIA_THIMPHU { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ASIA_TOKYO
IANA Time Zone database entry for Asia/Tokyo.
public static TimeZone ASIA_TOKYO { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_TOMSK
IANA Time Zone database entry for Asia/Tomsk.
public static TimeZone ASIA_TOMSK { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ASIA_ULAANBAATAR
IANA Time Zone database entry for Asia/Ulaanbaatar.
public static TimeZone ASIA_ULAANBAATAR { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ASIA_URUMQI
IANA Time Zone database entry for Asia/Urumqi.
public static TimeZone ASIA_URUMQI { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ASIA_UST_MINUS_NERA
IANA Time Zone database entry for Asia/Ust-Nera.
public static TimeZone ASIA_UST_MINUS_NERA { get; }
Property Value
Remarks
UTC offset +10:00/+10:00.
ASIA_VLADIVOSTOK
IANA Time Zone database entry for Asia/Vladivostok.
public static TimeZone ASIA_VLADIVOSTOK { get; }
Property Value
Remarks
UTC offset +10:00/+10:00.
ASIA_YAKUTSK
IANA Time Zone database entry for Asia/Yakutsk.
public static TimeZone ASIA_YAKUTSK { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ASIA_YANGON
IANA Time Zone database entry for Asia/Yangon.
public static TimeZone ASIA_YANGON { get; }
Property Value
Remarks
UTC offset +06:30/+06:30.
ASIA_YEKATERINBURG
IANA Time Zone database entry for Asia/Yekaterinburg.
public static TimeZone ASIA_YEKATERINBURG { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ASIA_YEREVAN
IANA Time Zone database entry for Asia/Yerevan.
public static TimeZone ASIA_YEREVAN { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
ATLANTIC_AZORES
IANA Time Zone database entry for Atlantic/Azores.
public static TimeZone ATLANTIC_AZORES { get; }
Property Value
Remarks
UTC offset −01:00/+00:00.
ATLANTIC_BERMUDA
IANA Time Zone database entry for Atlantic/Bermuda.
public static TimeZone ATLANTIC_BERMUDA { get; }
Property Value
Remarks
UTC offset −04:00/−03:00.
ATLANTIC_CANARY
IANA Time Zone database entry for Atlantic/Canary.
public static TimeZone ATLANTIC_CANARY { get; }
Property Value
Remarks
UTC offset +00:00/+01:00.
ATLANTIC_CAPE_VERDE
IANA Time Zone database entry for Atlantic/Cape_Verde.
public static TimeZone ATLANTIC_CAPE_VERDE { get; }
Property Value
Remarks
UTC offset −01:00/−01:00.
ATLANTIC_FAROE
IANA Time Zone database entry for Atlantic/Faroe.
public static TimeZone ATLANTIC_FAROE { get; }
Property Value
Remarks
UTC offset +00:00/+01:00.
ATLANTIC_MADEIRA
IANA Time Zone database entry for Atlantic/Madeira.
public static TimeZone ATLANTIC_MADEIRA { get; }
Property Value
Remarks
UTC offset +00:00/+01:00.
ATLANTIC_SOUTH_GEORGIA
IANA Time Zone database entry for Atlantic/South_Georgia.
public static TimeZone ATLANTIC_SOUTH_GEORGIA { get; }
Property Value
Remarks
UTC offset −02:00/−02:00.
ATLANTIC_STANLEY
IANA Time Zone database entry for Atlantic/Stanley.
public static TimeZone ATLANTIC_STANLEY { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
AUSTRALIA_ADELAIDE
IANA Time Zone database entry for Australia/Adelaide.
public static TimeZone AUSTRALIA_ADELAIDE { get; }
Property Value
Remarks
UTC offset +09:30/+10:30.
AUSTRALIA_BRISBANE
IANA Time Zone database entry for Australia/Brisbane.
public static TimeZone AUSTRALIA_BRISBANE { get; }
Property Value
Remarks
UTC offset +10:00/+10:00.
AUSTRALIA_BROKEN_HILL
IANA Time Zone database entry for Australia/Broken_Hill.
public static TimeZone AUSTRALIA_BROKEN_HILL { get; }
Property Value
Remarks
UTC offset +09:30/+10:30.
AUSTRALIA_DARWIN
IANA Time Zone database entry for Australia/Darwin.
public static TimeZone AUSTRALIA_DARWIN { get; }
Property Value
Remarks
UTC offset +09:30/+09:30.
AUSTRALIA_EUCLA
IANA Time Zone database entry for Australia/Eucla.
public static TimeZone AUSTRALIA_EUCLA { get; }
Property Value
Remarks
UTC offset +08:45/+08:45.
AUSTRALIA_HOBART
IANA Time Zone database entry for Australia/Hobart.
public static TimeZone AUSTRALIA_HOBART { get; }
Property Value
Remarks
UTC offset +10:00/+11:00.
AUSTRALIA_LINDEMAN
IANA Time Zone database entry for Australia/Lindeman.
public static TimeZone AUSTRALIA_LINDEMAN { get; }
Property Value
Remarks
UTC offset +10:00/+10:00.
AUSTRALIA_LORD_HOWE
IANA Time Zone database entry for Australia/Lord_Howe.
public static TimeZone AUSTRALIA_LORD_HOWE { get; }
Property Value
Remarks
UTC offset +10:30/+11:00.
AUSTRALIA_MELBOURNE
IANA Time Zone database entry for Australia/Melbourne.
public static TimeZone AUSTRALIA_MELBOURNE { get; }
Property Value
Remarks
UTC offset +10:00/+11:00.
AUSTRALIA_PERTH
IANA Time Zone database entry for Australia/Perth.
public static TimeZone AUSTRALIA_PERTH { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
AUSTRALIA_SYDNEY
IANA Time Zone database entry for Australia/Sydney.
public static TimeZone AUSTRALIA_SYDNEY { get; }
Property Value
Remarks
UTC offset +10:00/+11:00.
CET
IANA Time Zone database entry for CET.
public static TimeZone CET { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
CST6CDT
IANA Time Zone database entry for CST6CDT.
public static TimeZone CST6CDT { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
EET
IANA Time Zone database entry for EET.
public static TimeZone EET { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EST
IANA Time Zone database entry for EST.
public static TimeZone EST { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
EST5EDT
IANA Time Zone database entry for EST5EDT.
public static TimeZone EST5EDT { get; }
Property Value
Remarks
UTC offset −05:00/−04:00.
ETC_GMT
IANA Time Zone database entry for Etc/GMT.
public static TimeZone ETC_GMT { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
ETC_GMT_MINUS_1
IANA Time Zone database entry for Etc/GMT-1.
public static TimeZone ETC_GMT_MINUS_1 { get; }
Property Value
Remarks
UTC offset +01:00/+01:00.
ETC_GMT_MINUS_10
IANA Time Zone database entry for Etc/GMT-10.
public static TimeZone ETC_GMT_MINUS_10 { get; }
Property Value
Remarks
UTC offset +10:00/+10:00.
ETC_GMT_MINUS_11
IANA Time Zone database entry for Etc/GMT-11.
public static TimeZone ETC_GMT_MINUS_11 { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
ETC_GMT_MINUS_12
IANA Time Zone database entry for Etc/GMT-12.
public static TimeZone ETC_GMT_MINUS_12 { get; }
Property Value
Remarks
UTC offset +12:00/+12:00.
ETC_GMT_MINUS_13
IANA Time Zone database entry for Etc/GMT-13.
public static TimeZone ETC_GMT_MINUS_13 { get; }
Property Value
Remarks
UTC offset +13:00/+13:00.
ETC_GMT_MINUS_14
IANA Time Zone database entry for Etc/GMT-14.
public static TimeZone ETC_GMT_MINUS_14 { get; }
Property Value
Remarks
UTC offset +14:00/+14:00.
ETC_GMT_MINUS_2
IANA Time Zone database entry for Etc/GMT-2.
public static TimeZone ETC_GMT_MINUS_2 { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
ETC_GMT_MINUS_3
IANA Time Zone database entry for Etc/GMT-3.
public static TimeZone ETC_GMT_MINUS_3 { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
ETC_GMT_MINUS_4
IANA Time Zone database entry for Etc/GMT-4.
public static TimeZone ETC_GMT_MINUS_4 { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
ETC_GMT_MINUS_5
IANA Time Zone database entry for Etc/GMT-5.
public static TimeZone ETC_GMT_MINUS_5 { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
ETC_GMT_MINUS_6
IANA Time Zone database entry for Etc/GMT-6.
public static TimeZone ETC_GMT_MINUS_6 { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
ETC_GMT_MINUS_7
IANA Time Zone database entry for Etc/GMT-7.
public static TimeZone ETC_GMT_MINUS_7 { get; }
Property Value
Remarks
UTC offset +07:00/+07:00.
ETC_GMT_MINUS_8
IANA Time Zone database entry for Etc/GMT-8.
public static TimeZone ETC_GMT_MINUS_8 { get; }
Property Value
Remarks
UTC offset +08:00/+08:00.
ETC_GMT_MINUS_9
IANA Time Zone database entry for Etc/GMT-9.
public static TimeZone ETC_GMT_MINUS_9 { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
ETC_GMT_PLUS_1
IANA Time Zone database entry for Etc/GMT+1.
public static TimeZone ETC_GMT_PLUS_1 { get; }
Property Value
Remarks
UTC offset −01:00/−01:00.
ETC_GMT_PLUS_10
IANA Time Zone database entry for Etc/GMT+10.
public static TimeZone ETC_GMT_PLUS_10 { get; }
Property Value
Remarks
UTC offset −10:00/−10:00.
ETC_GMT_PLUS_11
IANA Time Zone database entry for Etc/GMT+11.
public static TimeZone ETC_GMT_PLUS_11 { get; }
Property Value
Remarks
UTC offset −11:00/−11:00.
ETC_GMT_PLUS_12
IANA Time Zone database entry for Etc/GMT+12.
public static TimeZone ETC_GMT_PLUS_12 { get; }
Property Value
Remarks
UTC offset −12:00/−12:00.
ETC_GMT_PLUS_2
IANA Time Zone database entry for Etc/GMT+2.
public static TimeZone ETC_GMT_PLUS_2 { get; }
Property Value
Remarks
UTC offset −02:00/−02:00.
ETC_GMT_PLUS_3
IANA Time Zone database entry for Etc/GMT+3.
public static TimeZone ETC_GMT_PLUS_3 { get; }
Property Value
Remarks
UTC offset −03:00/−03:00.
ETC_GMT_PLUS_4
IANA Time Zone database entry for Etc/GMT+4.
public static TimeZone ETC_GMT_PLUS_4 { get; }
Property Value
Remarks
UTC offset −04:00/−04:00.
ETC_GMT_PLUS_5
IANA Time Zone database entry for Etc/GMT+5.
public static TimeZone ETC_GMT_PLUS_5 { get; }
Property Value
Remarks
UTC offset −05:00/−05:00.
ETC_GMT_PLUS_6
IANA Time Zone database entry for Etc/GMT+6.
public static TimeZone ETC_GMT_PLUS_6 { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
ETC_GMT_PLUS_7
IANA Time Zone database entry for Etc/GMT+7.
public static TimeZone ETC_GMT_PLUS_7 { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
ETC_GMT_PLUS_8
IANA Time Zone database entry for Etc/GMT+8.
public static TimeZone ETC_GMT_PLUS_8 { get; }
Property Value
Remarks
UTC offset −08:00/−08:00.
ETC_GMT_PLUS_9
IANA Time Zone database entry for Etc/GMT+9.
public static TimeZone ETC_GMT_PLUS_9 { get; }
Property Value
Remarks
UTC offset −09:00/−09:00.
ETC_UTC
IANA Time Zone database entry for Etc/UTC.
public static TimeZone ETC_UTC { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
EUROPE_ANDORRA
IANA Time Zone database entry for Europe/Andorra.
public static TimeZone EUROPE_ANDORRA { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_ASTRAKHAN
IANA Time Zone database entry for Europe/Astrakhan.
public static TimeZone EUROPE_ASTRAKHAN { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
EUROPE_ATHENS
IANA Time Zone database entry for Europe/Athens.
public static TimeZone EUROPE_ATHENS { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_BELGRADE
IANA Time Zone database entry for Europe/Belgrade.
public static TimeZone EUROPE_BELGRADE { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_BERLIN
IANA Time Zone database entry for Europe/Berlin.
public static TimeZone EUROPE_BERLIN { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_BRUSSELS
IANA Time Zone database entry for Europe/Brussels.
public static TimeZone EUROPE_BRUSSELS { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_BUCHAREST
IANA Time Zone database entry for Europe/Bucharest.
public static TimeZone EUROPE_BUCHAREST { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_BUDAPEST
IANA Time Zone database entry for Europe/Budapest.
public static TimeZone EUROPE_BUDAPEST { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_CHISINAU
IANA Time Zone database entry for Europe/Chisinau.
public static TimeZone EUROPE_CHISINAU { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_DUBLIN
IANA Time Zone database entry for Europe/Dublin.
public static TimeZone EUROPE_DUBLIN { get; }
Property Value
Remarks
UTC offset +01:00/+00:00.
EUROPE_GIBRALTAR
IANA Time Zone database entry for Europe/Gibraltar.
public static TimeZone EUROPE_GIBRALTAR { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_HELSINKI
IANA Time Zone database entry for Europe/Helsinki.
public static TimeZone EUROPE_HELSINKI { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_ISTANBUL
IANA Time Zone database entry for Europe/Istanbul.
public static TimeZone EUROPE_ISTANBUL { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
EUROPE_KALININGRAD
IANA Time Zone database entry for Europe/Kaliningrad.
public static TimeZone EUROPE_KALININGRAD { get; }
Property Value
Remarks
UTC offset +02:00/+02:00.
EUROPE_KIROV
IANA Time Zone database entry for Europe/Kirov.
public static TimeZone EUROPE_KIROV { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
EUROPE_KYIV
IANA Time Zone database entry for Europe/Kyiv.
public static TimeZone EUROPE_KYIV { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_LISBON
IANA Time Zone database entry for Europe/Lisbon.
public static TimeZone EUROPE_LISBON { get; }
Property Value
Remarks
UTC offset +00:00/+01:00.
EUROPE_LONDON
IANA Time Zone database entry for Europe/London.
public static TimeZone EUROPE_LONDON { get; }
Property Value
Remarks
UTC offset +00:00/+01:00.
EUROPE_MADRID
IANA Time Zone database entry for Europe/Madrid.
public static TimeZone EUROPE_MADRID { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_MALTA
IANA Time Zone database entry for Europe/Malta.
public static TimeZone EUROPE_MALTA { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_MINSK
IANA Time Zone database entry for Europe/Minsk.
public static TimeZone EUROPE_MINSK { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
EUROPE_MOSCOW
IANA Time Zone database entry for Europe/Moscow.
public static TimeZone EUROPE_MOSCOW { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
EUROPE_PARIS
IANA Time Zone database entry for Europe/Paris.
public static TimeZone EUROPE_PARIS { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_PRAGUE
IANA Time Zone database entry for Europe/Prague.
public static TimeZone EUROPE_PRAGUE { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_RIGA
IANA Time Zone database entry for Europe/Riga.
public static TimeZone EUROPE_RIGA { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_ROME
IANA Time Zone database entry for Europe/Rome.
public static TimeZone EUROPE_ROME { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_SAMARA
IANA Time Zone database entry for Europe/Samara.
public static TimeZone EUROPE_SAMARA { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
EUROPE_SARATOV
IANA Time Zone database entry for Europe/Saratov.
public static TimeZone EUROPE_SARATOV { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
EUROPE_SIMFEROPOL
IANA Time Zone database entry for Europe/Simferopol.
public static TimeZone EUROPE_SIMFEROPOL { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
EUROPE_SOFIA
IANA Time Zone database entry for Europe/Sofia.
public static TimeZone EUROPE_SOFIA { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_TALLINN
IANA Time Zone database entry for Europe/Tallinn.
public static TimeZone EUROPE_TALLINN { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_TIRANE
IANA Time Zone database entry for Europe/Tirane.
public static TimeZone EUROPE_TIRANE { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_ULYANOVSK
IANA Time Zone database entry for Europe/Ulyanovsk.
public static TimeZone EUROPE_ULYANOVSK { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
EUROPE_VIENNA
IANA Time Zone database entry for Europe/Vienna.
public static TimeZone EUROPE_VIENNA { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_VILNIUS
IANA Time Zone database entry for Europe/Vilnius.
public static TimeZone EUROPE_VILNIUS { get; }
Property Value
Remarks
UTC offset +02:00/+03:00.
EUROPE_VOLGOGRAD
IANA Time Zone database entry for Europe/Volgograd.
public static TimeZone EUROPE_VOLGOGRAD { get; }
Property Value
Remarks
UTC offset +03:00/+03:00.
EUROPE_WARSAW
IANA Time Zone database entry for Europe/Warsaw.
public static TimeZone EUROPE_WARSAW { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
EUROPE_ZURICH
IANA Time Zone database entry for Europe/Zurich.
public static TimeZone EUROPE_ZURICH { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
FACTORY
IANA Time Zone database entry for Factory.
public static TimeZone FACTORY { get; }
Property Value
Remarks
UTC offset +00:00/+00:00.
HST
IANA Time Zone database entry for HST.
public static TimeZone HST { get; }
Property Value
Remarks
UTC offset −10:00/−10:00.
INDIAN_CHAGOS
IANA Time Zone database entry for Indian/Chagos.
public static TimeZone INDIAN_CHAGOS { get; }
Property Value
Remarks
UTC offset +06:00/+06:00.
INDIAN_MALDIVES
IANA Time Zone database entry for Indian/Maldives.
public static TimeZone INDIAN_MALDIVES { get; }
Property Value
Remarks
UTC offset +05:00/+05:00.
INDIAN_MAURITIUS
IANA Time Zone database entry for Indian/Mauritius.
public static TimeZone INDIAN_MAURITIUS { get; }
Property Value
Remarks
UTC offset +04:00/+04:00.
MET
IANA Time Zone database entry for MET.
public static TimeZone MET { get; }
Property Value
Remarks
UTC offset +01:00/+02:00.
MST
IANA Time Zone database entry for MST.
public static TimeZone MST { get; }
Property Value
Remarks
UTC offset −07:00/−07:00.
MST7MDT
IANA Time Zone database entry for MST7MDT.
public static TimeZone MST7MDT { get; }
Property Value
Remarks
UTC offset −07:00/−06:00.
PACIFIC_APIA
IANA Time Zone database entry for Pacific/Apia.
public static TimeZone PACIFIC_APIA { get; }
Property Value
Remarks
UTC offset +13:00/+13:00.
PACIFIC_AUCKLAND
IANA Time Zone database entry for Pacific/Auckland.
public static TimeZone PACIFIC_AUCKLAND { get; }
Property Value
Remarks
UTC offset +12:00/+13:00.
PACIFIC_BOUGAINVILLE
IANA Time Zone database entry for Pacific/Bougainville.
public static TimeZone PACIFIC_BOUGAINVILLE { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
PACIFIC_CHATHAM
IANA Time Zone database entry for Pacific/Chatham.
public static TimeZone PACIFIC_CHATHAM { get; }
Property Value
Remarks
UTC offset +12:45/+13:45.
PACIFIC_EASTER
IANA Time Zone database entry for Pacific/Easter.
public static TimeZone PACIFIC_EASTER { get; }
Property Value
Remarks
UTC offset −06:00/−05:00.
PACIFIC_EFATE
IANA Time Zone database entry for Pacific/Efate.
public static TimeZone PACIFIC_EFATE { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
PACIFIC_FAKAOFO
IANA Time Zone database entry for Pacific/Fakaofo.
public static TimeZone PACIFIC_FAKAOFO { get; }
Property Value
Remarks
UTC offset +13:00/+13:00.
PACIFIC_FIJI
IANA Time Zone database entry for Pacific/Fiji.
public static TimeZone PACIFIC_FIJI { get; }
Property Value
Remarks
UTC offset +12:00/+12:00.
PACIFIC_GALAPAGOS
IANA Time Zone database entry for Pacific/Galapagos.
public static TimeZone PACIFIC_GALAPAGOS { get; }
Property Value
Remarks
UTC offset −06:00/−06:00.
PACIFIC_GAMBIER
IANA Time Zone database entry for Pacific/Gambier.
public static TimeZone PACIFIC_GAMBIER { get; }
Property Value
Remarks
UTC offset −09:00/−09:00.
PACIFIC_GUADALCANAL
IANA Time Zone database entry for Pacific/Guadalcanal.
public static TimeZone PACIFIC_GUADALCANAL { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
PACIFIC_GUAM
IANA Time Zone database entry for Pacific/Guam.
public static TimeZone PACIFIC_GUAM { get; }
Property Value
Remarks
UTC offset +10:00/+10:00.
PACIFIC_HONOLULU
IANA Time Zone database entry for Pacific/Honolulu.
public static TimeZone PACIFIC_HONOLULU { get; }
Property Value
Remarks
UTC offset −10:00/−10:00.
PACIFIC_KANTON
IANA Time Zone database entry for Pacific/Kanton.
public static TimeZone PACIFIC_KANTON { get; }
Property Value
Remarks
UTC offset +13:00/+13:00.
PACIFIC_KIRITIMATI
IANA Time Zone database entry for Pacific/Kiritimati.
public static TimeZone PACIFIC_KIRITIMATI { get; }
Property Value
Remarks
UTC offset +14:00/+14:00.
PACIFIC_KOSRAE
IANA Time Zone database entry for Pacific/Kosrae.
public static TimeZone PACIFIC_KOSRAE { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
PACIFIC_KWAJALEIN
IANA Time Zone database entry for Pacific/Kwajalein.
public static TimeZone PACIFIC_KWAJALEIN { get; }
Property Value
Remarks
UTC offset +12:00/+12:00.
PACIFIC_MARQUESAS
IANA Time Zone database entry for Pacific/Marquesas.
public static TimeZone PACIFIC_MARQUESAS { get; }
Property Value
Remarks
UTC offset −09:30/−09:30.
PACIFIC_NAURU
IANA Time Zone database entry for Pacific/Nauru.
public static TimeZone PACIFIC_NAURU { get; }
Property Value
Remarks
UTC offset +12:00/+12:00.
PACIFIC_NIUE
IANA Time Zone database entry for Pacific/Niue.
public static TimeZone PACIFIC_NIUE { get; }
Property Value
Remarks
UTC offset −11:00/−11:00.
PACIFIC_NORFOLK
IANA Time Zone database entry for Pacific/Norfolk.
public static TimeZone PACIFIC_NORFOLK { get; }
Property Value
Remarks
UTC offset +11:00/+12:00.
PACIFIC_NOUMEA
IANA Time Zone database entry for Pacific/Noumea.
public static TimeZone PACIFIC_NOUMEA { get; }
Property Value
Remarks
UTC offset +11:00/+11:00.
PACIFIC_PAGO_PAGO
IANA Time Zone database entry for Pacific/Pago_Pago.
public static TimeZone PACIFIC_PAGO_PAGO { get; }
Property Value
Remarks
UTC offset −11:00/−11:00.
PACIFIC_PALAU
IANA Time Zone database entry for Pacific/Palau.
public static TimeZone PACIFIC_PALAU { get; }
Property Value
Remarks
UTC offset +09:00/+09:00.
PACIFIC_PITCAIRN
IANA Time Zone database entry for Pacific/Pitcairn.
public static TimeZone PACIFIC_PITCAIRN { get; }
Property Value
Remarks
UTC offset −08:00/−08:00.
PACIFIC_PORT_MORESBY
IANA Time Zone database entry for Pacific/Port_Moresby.
public static TimeZone PACIFIC_PORT_MORESBY { get; }
Property Value
Remarks
UTC offset +10:00/+10:00.
PACIFIC_RAROTONGA
IANA Time Zone database entry for Pacific/Rarotonga.
public static TimeZone PACIFIC_RAROTONGA { get; }
Property Value
Remarks
UTC offset −10:00/−10:00.
PACIFIC_TAHITI
IANA Time Zone database entry for Pacific/Tahiti.
public static TimeZone PACIFIC_TAHITI { get; }
Property Value
Remarks
UTC offset −10:00/−10:00.
PACIFIC_TARAWA
IANA Time Zone database entry for Pacific/Tarawa.
public static TimeZone PACIFIC_TARAWA { get; }
Property Value
Remarks
UTC offset +12:00/+12:00.
PACIFIC_TONGATAPU
IANA Time Zone database entry for Pacific/Tongatapu.
public static TimeZone PACIFIC_TONGATAPU { get; }
Property Value
Remarks
UTC offset +13:00/+13:00.
PST8PDT
IANA Time Zone database entry for PST8PDT.
public static TimeZone PST8PDT { get; }
Property Value
Remarks
UTC offset −08:00/−07:00.
TimezoneName
The name of the timezone.
public virtual string TimezoneName { get; }
Property Value
Remarks
For more information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
ExampleMetadata: infused
WET
IANA Time Zone database entry for WET.
public static TimeZone WET { get; }
Property Value
Remarks
UTC offset +00:00/+01:00.
Methods
Of(string)
Use this to add a timezone not in this class.
public static TimeZone Of(string timezoneName)
Parameters
- timezoneName string
the name of the timezone.
Returns
a new Timezone
Remarks
For more information, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones.
ExampleMetadata: infused