Lean  $LEAN_TAG$
QuantConnect.TimeZones Class Reference

Provides access to common time zones More...

Static Public Attributes

static readonly DateTimeZone Utc = DateTimeZone.Utc
 Gets the Universal Coordinated time zone. More...
 
static readonly DateTimeZone NewYork = DateTimeZoneProviders.Tzdb["America/New_York"]
 Gets the time zone for New York City, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone EasternStandard = DateTimeZoneProviders.Tzdb["UTC-05"]
 Get the Eastern Standard Time (EST) WITHOUT daylight savings, this is a constant -5 hour offset More...
 
static readonly DateTimeZone London = DateTimeZoneProviders.Tzdb["Europe/London"]
 Gets the time zone for London, England. This is a daylight savings time zone. More...
 
static readonly DateTimeZone HongKong = DateTimeZoneProviders.Tzdb["Asia/Hong_Kong"]
 Gets the time zone for Hong Kong, China. More...
 
static readonly DateTimeZone Tokyo = DateTimeZoneProviders.Tzdb["Asia/Tokyo"]
 Gets the time zone for Tokyo, Japan. More...
 
static readonly DateTimeZone Rome = DateTimeZoneProviders.Tzdb["Europe/Rome"]
 Gets the time zone for Rome, Italy. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Sydney = DateTimeZoneProviders.Tzdb["Australia/Sydney"]
 Gets the time zone for Sydney, Australia. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Vancouver = DateTimeZoneProviders.Tzdb["America/Vancouver"]
 Gets the time zone for Vancouver, Canada. More...
 
static readonly DateTimeZone Toronto = DateTimeZoneProviders.Tzdb["America/Toronto"]
 Gets the time zone for Toronto, Canada. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Chicago = DateTimeZoneProviders.Tzdb["America/Chicago"]
 Gets the time zone for Chicago, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone LosAngeles = DateTimeZoneProviders.Tzdb["America/Los_Angeles"]
 Gets the time zone for Los Angeles, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Phoenix = DateTimeZoneProviders.Tzdb["America/Phoenix"]
 Gets the time zone for Phoenix, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Auckland = DateTimeZoneProviders.Tzdb["Pacific/Auckland"]
 Gets the time zone for Auckland, New Zealand. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Moscow = DateTimeZoneProviders.Tzdb["Europe/Moscow"]
 Gets the time zone for Moscow, Russia. More...
 
static readonly DateTimeZone Madrid = DateTimeZoneProviders.Tzdb["Europe/Madrid"]
 Gets the time zone for Madrid, Span. This is a daylight savings time zone. More...
 
static readonly DateTimeZone BuenosAires = DateTimeZoneProviders.Tzdb["America/Argentina/Buenos_Aires"]
 Gets the time zone for Buenos Aires, Argentia. More...
 
static readonly DateTimeZone Brisbane = DateTimeZoneProviders.Tzdb["Australia/Brisbane"]
 Gets the time zone for Brisbane, Australia. More...
 
static readonly DateTimeZone SaoPaulo = DateTimeZoneProviders.Tzdb["America/Sao_Paulo"]
 Gets the time zone for Sao Paulo, Brazil. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Cairo = DateTimeZoneProviders.Tzdb["Africa/Cairo"]
 Gets the time zone for Cairo, Egypt. More...
 
static readonly DateTimeZone Johannesburg = DateTimeZoneProviders.Tzdb["Africa/Johannesburg"]
 Gets the time zone for Johannesburg, South Africa. More...
 
static readonly DateTimeZone Anchorage = DateTimeZoneProviders.Tzdb["America/Anchorage"]
 Gets the time zone for Anchorage, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Denver = DateTimeZoneProviders.Tzdb["America/Denver"]
 Gets the time zone for Denver, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Detroit = DateTimeZoneProviders.Tzdb["America/Detroit"]
 Gets the time zone for Detroit, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone MexicoCity = DateTimeZoneProviders.Tzdb["America/Mexico_City"]
 Gets the time zone for Mexico City, Mexico. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Jerusalem = DateTimeZoneProviders.Tzdb["Asia/Jerusalem"]
 Gets the time zone for Jerusalem, Israel. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Shanghai = DateTimeZoneProviders.Tzdb["Asia/Shanghai"]
 Gets the time zone for Shanghai, China. More...
 
static readonly DateTimeZone Melbourne = DateTimeZoneProviders.Tzdb["Australia/Melbourne"]
 Gets the time zone for Melbourne, Australia. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Amsterdam = DateTimeZoneProviders.Tzdb["Europe/Amsterdam"]
 Gets the time zone for Amsterdam, Netherlands. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Athens = DateTimeZoneProviders.Tzdb["Europe/Athens"]
 Gets the time zone for Athens, Greece. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Berlin = DateTimeZoneProviders.Tzdb["Europe/Berlin"]
 Gets the time zone for Berlin, Germany. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Bucharest = DateTimeZoneProviders.Tzdb["Europe/Bucharest"]
 Gets the time zone for Bucharest, Romania. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Dublin = DateTimeZoneProviders.Tzdb["Europe/Dublin"]
 Gets the time zone for Dublin, Ireland. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Helsinki = DateTimeZoneProviders.Tzdb["Europe/Helsinki"]
 Gets the time zone for Helsinki, Finland. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Istanbul = DateTimeZoneProviders.Tzdb["Europe/Istanbul"]
 Gets the time zone for Istanbul, Turkey. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Minsk = DateTimeZoneProviders.Tzdb["Europe/Minsk"]
 Gets the time zone for Minsk, Belarus. More...
 
static readonly DateTimeZone Paris = DateTimeZoneProviders.Tzdb["Europe/Paris"]
 Gets the time zone for Paris, France. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Zurich = DateTimeZoneProviders.Tzdb["Europe/Zurich"]
 Gets the time zone for Zurich, Switzerland. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Honolulu = DateTimeZoneProviders.Tzdb["Pacific/Honolulu"]
 Gets the time zone for Honolulu, USA. This is a daylight savings time zone. More...
 
static readonly DateTimeZone Kolkata = DateTimeZoneProviders.Tzdb["Asia/Kolkata"]
 Gets the time zone for Kolkata, India. More...
 

Detailed Description

Provides access to common time zones

Definition at line 23 of file TimeZones.cs.

Member Data Documentation

◆ Utc

readonly DateTimeZone QuantConnect.TimeZones.Utc = DateTimeZone.Utc
static

Gets the Universal Coordinated time zone.

Definition at line 28 of file TimeZones.cs.

◆ NewYork

readonly DateTimeZone QuantConnect.TimeZones.NewYork = DateTimeZoneProviders.Tzdb["America/New_York"]
static

Gets the time zone for New York City, USA. This is a daylight savings time zone.

Definition at line 33 of file TimeZones.cs.

◆ EasternStandard

readonly DateTimeZone QuantConnect.TimeZones.EasternStandard = DateTimeZoneProviders.Tzdb["UTC-05"]
static

Get the Eastern Standard Time (EST) WITHOUT daylight savings, this is a constant -5 hour offset

Definition at line 38 of file TimeZones.cs.

◆ London

readonly DateTimeZone QuantConnect.TimeZones.London = DateTimeZoneProviders.Tzdb["Europe/London"]
static

Gets the time zone for London, England. This is a daylight savings time zone.

Definition at line 43 of file TimeZones.cs.

◆ HongKong

readonly DateTimeZone QuantConnect.TimeZones.HongKong = DateTimeZoneProviders.Tzdb["Asia/Hong_Kong"]
static

Gets the time zone for Hong Kong, China.

Definition at line 48 of file TimeZones.cs.

◆ Tokyo

readonly DateTimeZone QuantConnect.TimeZones.Tokyo = DateTimeZoneProviders.Tzdb["Asia/Tokyo"]
static

Gets the time zone for Tokyo, Japan.

Definition at line 53 of file TimeZones.cs.

◆ Rome

readonly DateTimeZone QuantConnect.TimeZones.Rome = DateTimeZoneProviders.Tzdb["Europe/Rome"]
static

Gets the time zone for Rome, Italy. This is a daylight savings time zone.

Definition at line 58 of file TimeZones.cs.

◆ Sydney

readonly DateTimeZone QuantConnect.TimeZones.Sydney = DateTimeZoneProviders.Tzdb["Australia/Sydney"]
static

Gets the time zone for Sydney, Australia. This is a daylight savings time zone.

Definition at line 63 of file TimeZones.cs.

◆ Vancouver

readonly DateTimeZone QuantConnect.TimeZones.Vancouver = DateTimeZoneProviders.Tzdb["America/Vancouver"]
static

Gets the time zone for Vancouver, Canada.

Definition at line 68 of file TimeZones.cs.

◆ Toronto

readonly DateTimeZone QuantConnect.TimeZones.Toronto = DateTimeZoneProviders.Tzdb["America/Toronto"]
static

Gets the time zone for Toronto, Canada. This is a daylight savings time zone.

Definition at line 73 of file TimeZones.cs.

◆ Chicago

readonly DateTimeZone QuantConnect.TimeZones.Chicago = DateTimeZoneProviders.Tzdb["America/Chicago"]
static

Gets the time zone for Chicago, USA. This is a daylight savings time zone.

Definition at line 78 of file TimeZones.cs.

◆ LosAngeles

readonly DateTimeZone QuantConnect.TimeZones.LosAngeles = DateTimeZoneProviders.Tzdb["America/Los_Angeles"]
static

Gets the time zone for Los Angeles, USA. This is a daylight savings time zone.

Definition at line 83 of file TimeZones.cs.

◆ Phoenix

readonly DateTimeZone QuantConnect.TimeZones.Phoenix = DateTimeZoneProviders.Tzdb["America/Phoenix"]
static

Gets the time zone for Phoenix, USA. This is a daylight savings time zone.

Definition at line 88 of file TimeZones.cs.

◆ Auckland

readonly DateTimeZone QuantConnect.TimeZones.Auckland = DateTimeZoneProviders.Tzdb["Pacific/Auckland"]
static

Gets the time zone for Auckland, New Zealand. This is a daylight savings time zone.

Definition at line 93 of file TimeZones.cs.

◆ Moscow

readonly DateTimeZone QuantConnect.TimeZones.Moscow = DateTimeZoneProviders.Tzdb["Europe/Moscow"]
static

Gets the time zone for Moscow, Russia.

Definition at line 98 of file TimeZones.cs.

◆ Madrid

readonly DateTimeZone QuantConnect.TimeZones.Madrid = DateTimeZoneProviders.Tzdb["Europe/Madrid"]
static

Gets the time zone for Madrid, Span. This is a daylight savings time zone.

Definition at line 103 of file TimeZones.cs.

◆ BuenosAires

readonly DateTimeZone QuantConnect.TimeZones.BuenosAires = DateTimeZoneProviders.Tzdb["America/Argentina/Buenos_Aires"]
static

Gets the time zone for Buenos Aires, Argentia.

Definition at line 108 of file TimeZones.cs.

◆ Brisbane

readonly DateTimeZone QuantConnect.TimeZones.Brisbane = DateTimeZoneProviders.Tzdb["Australia/Brisbane"]
static

Gets the time zone for Brisbane, Australia.

Definition at line 113 of file TimeZones.cs.

◆ SaoPaulo

readonly DateTimeZone QuantConnect.TimeZones.SaoPaulo = DateTimeZoneProviders.Tzdb["America/Sao_Paulo"]
static

Gets the time zone for Sao Paulo, Brazil. This is a daylight savings time zone.

Definition at line 118 of file TimeZones.cs.

◆ Cairo

readonly DateTimeZone QuantConnect.TimeZones.Cairo = DateTimeZoneProviders.Tzdb["Africa/Cairo"]
static

Gets the time zone for Cairo, Egypt.

Definition at line 123 of file TimeZones.cs.

◆ Johannesburg

readonly DateTimeZone QuantConnect.TimeZones.Johannesburg = DateTimeZoneProviders.Tzdb["Africa/Johannesburg"]
static

Gets the time zone for Johannesburg, South Africa.

Definition at line 128 of file TimeZones.cs.

◆ Anchorage

readonly DateTimeZone QuantConnect.TimeZones.Anchorage = DateTimeZoneProviders.Tzdb["America/Anchorage"]
static

Gets the time zone for Anchorage, USA. This is a daylight savings time zone.

Definition at line 133 of file TimeZones.cs.

◆ Denver

readonly DateTimeZone QuantConnect.TimeZones.Denver = DateTimeZoneProviders.Tzdb["America/Denver"]
static

Gets the time zone for Denver, USA. This is a daylight savings time zone.

Definition at line 138 of file TimeZones.cs.

◆ Detroit

readonly DateTimeZone QuantConnect.TimeZones.Detroit = DateTimeZoneProviders.Tzdb["America/Detroit"]
static

Gets the time zone for Detroit, USA. This is a daylight savings time zone.

Definition at line 143 of file TimeZones.cs.

◆ MexicoCity

readonly DateTimeZone QuantConnect.TimeZones.MexicoCity = DateTimeZoneProviders.Tzdb["America/Mexico_City"]
static

Gets the time zone for Mexico City, Mexico. This is a daylight savings time zone.

Definition at line 148 of file TimeZones.cs.

◆ Jerusalem

readonly DateTimeZone QuantConnect.TimeZones.Jerusalem = DateTimeZoneProviders.Tzdb["Asia/Jerusalem"]
static

Gets the time zone for Jerusalem, Israel. This is a daylight savings time zone.

Definition at line 153 of file TimeZones.cs.

◆ Shanghai

readonly DateTimeZone QuantConnect.TimeZones.Shanghai = DateTimeZoneProviders.Tzdb["Asia/Shanghai"]
static

Gets the time zone for Shanghai, China.

Definition at line 158 of file TimeZones.cs.

◆ Melbourne

readonly DateTimeZone QuantConnect.TimeZones.Melbourne = DateTimeZoneProviders.Tzdb["Australia/Melbourne"]
static

Gets the time zone for Melbourne, Australia. This is a daylight savings time zone.

Definition at line 163 of file TimeZones.cs.

◆ Amsterdam

readonly DateTimeZone QuantConnect.TimeZones.Amsterdam = DateTimeZoneProviders.Tzdb["Europe/Amsterdam"]
static

Gets the time zone for Amsterdam, Netherlands. This is a daylight savings time zone.

Definition at line 168 of file TimeZones.cs.

◆ Athens

readonly DateTimeZone QuantConnect.TimeZones.Athens = DateTimeZoneProviders.Tzdb["Europe/Athens"]
static

Gets the time zone for Athens, Greece. This is a daylight savings time zone.

Definition at line 173 of file TimeZones.cs.

◆ Berlin

readonly DateTimeZone QuantConnect.TimeZones.Berlin = DateTimeZoneProviders.Tzdb["Europe/Berlin"]
static

Gets the time zone for Berlin, Germany. This is a daylight savings time zone.

Definition at line 178 of file TimeZones.cs.

◆ Bucharest

readonly DateTimeZone QuantConnect.TimeZones.Bucharest = DateTimeZoneProviders.Tzdb["Europe/Bucharest"]
static

Gets the time zone for Bucharest, Romania. This is a daylight savings time zone.

Definition at line 183 of file TimeZones.cs.

◆ Dublin

readonly DateTimeZone QuantConnect.TimeZones.Dublin = DateTimeZoneProviders.Tzdb["Europe/Dublin"]
static

Gets the time zone for Dublin, Ireland. This is a daylight savings time zone.

Definition at line 188 of file TimeZones.cs.

◆ Helsinki

readonly DateTimeZone QuantConnect.TimeZones.Helsinki = DateTimeZoneProviders.Tzdb["Europe/Helsinki"]
static

Gets the time zone for Helsinki, Finland. This is a daylight savings time zone.

Definition at line 193 of file TimeZones.cs.

◆ Istanbul

readonly DateTimeZone QuantConnect.TimeZones.Istanbul = DateTimeZoneProviders.Tzdb["Europe/Istanbul"]
static

Gets the time zone for Istanbul, Turkey. This is a daylight savings time zone.

Definition at line 198 of file TimeZones.cs.

◆ Minsk

readonly DateTimeZone QuantConnect.TimeZones.Minsk = DateTimeZoneProviders.Tzdb["Europe/Minsk"]
static

Gets the time zone for Minsk, Belarus.

Definition at line 203 of file TimeZones.cs.

◆ Paris

readonly DateTimeZone QuantConnect.TimeZones.Paris = DateTimeZoneProviders.Tzdb["Europe/Paris"]
static

Gets the time zone for Paris, France. This is a daylight savings time zone.

Definition at line 208 of file TimeZones.cs.

◆ Zurich

readonly DateTimeZone QuantConnect.TimeZones.Zurich = DateTimeZoneProviders.Tzdb["Europe/Zurich"]
static

Gets the time zone for Zurich, Switzerland. This is a daylight savings time zone.

Definition at line 213 of file TimeZones.cs.

◆ Honolulu

readonly DateTimeZone QuantConnect.TimeZones.Honolulu = DateTimeZoneProviders.Tzdb["Pacific/Honolulu"]
static

Gets the time zone for Honolulu, USA. This is a daylight savings time zone.

Definition at line 218 of file TimeZones.cs.

◆ Kolkata

readonly DateTimeZone QuantConnect.TimeZones.Kolkata = DateTimeZoneProviders.Tzdb["Asia/Kolkata"]
static

Gets the time zone for Kolkata, India.

Definition at line 223 of file TimeZones.cs.


The documentation for this class was generated from the following file: