DataView ....

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have a DataTable with a DateTime column.
in this data time column I am only interested in the time, like 8:30 AM
how could I create a DataView of this DataTable where this column = 8:
something (that is 8:00 would be as valid as 8:31, but 9:01 won't)
 
Back
Top