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)
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)