G
Geoff Jones
Hi
I'm hoping that somebody can help me with the following question.
I have a DataView which contains a column which contains a Time.
I would like to create an array which will store the times within one hour.
For example, all the times between 12:00 and 13:00 will be placed in one
index of the array, all the calls from 13:00 to 14:00 will be placed in the
next.
Can anybody give me some code to do this?
Thanks in advance
Geoff
I'm hoping that somebody can help me with the following question.
I have a DataView which contains a column which contains a Time.
I would like to create an array which will store the times within one hour.
For example, all the times between 12:00 and 13:00 will be placed in one
index of the array, all the calls from 13:00 to 14:00 will be placed in the
next.
Can anybody give me some code to do this?
Thanks in advance
Geoff