GetTradingDayEndLocal()
<< Click to Display Table of Contents >> GetTradingDayEndLocal() |
Converts the trading day end time from the exchange timezone to local time, and returns a DateTime object in the local timezone. The ActualTradingDayExchange property can be passed into GetTradingDayEndLocal() for a quick timezone conversion.
A DateTime object representing the exchange-based trading day end time converted to local time.
<SessionIterator>.GetTradingDayEndLocal(DateTime tradingDayExchange)
tradingDayExchange |
The DateTime value used to calculate the trading day. |
private SessionIterator sessionIterator; |