Cast to List<DateTime> MarketSeries.OpenTime
Created at 04 Nov 2013, 17:34
Cast to List<DateTime> MarketSeries.OpenTime
04 Nov 2013, 17:34
Hello,
I would like to apply List methods, like FindIndex, to the MarketSeries.OpenTime for example. Is it possible?
I tried to do a cast and it didn't work.
Thanks.
adaled
04 Nov 2013, 17:40
RE:
adaled said:
Sorry, I meant IEnumerable like this:
@adaled