GetTradingDayBeginLocal()
GetTradingDayBeginLocal()
Definition
Converts the trading day begin time from the exchange timezone to local time, and returns a DateTime object in the local timezone. The ActualTradingDayExchange property can be passed into GetTradingDayBeginLocal() for a quick timezone conversion.
Property Value
A DateTime object representing the exchange-based trading day begin time converted to local time.
Syntax
\<sessioniterator\>.GetTradingDayBeginLocal(DateTime tradingDayExchange)

