Hi I have a column where i have some time in a column, i want to filter column ABC to only filter time between 1:00 and 2:00.
ABC
0:05
0:10
0:15
0:25
0:30
0:45
0:45
1:10
1:10
1:15
1:20
1:20
1:25
1:25
1:25
1:30
1:45
2:25
2:25
2:35
I am using datatable.Select("Convert([ABC],‘System.Int32’)>=1 AND Convert([ABC],‘System.Int32’)<=2 ").CopyToDataTable