GetIndexByTime(DateTime dateTime)
Created at 25 Jan 2017, 17:25
GetIndexByTime(DateTime dateTime)
25 Jan 2017, 17:25
Hi,
How can I use the following to get the indexes at 08:00 and at 12:00?
public int GetIndexByTime(DateTime dateTime)
I've tried the examples provided in cAlgo but it makes no sense to me.
Any help would appreciated.
Thanks