H
hoadley
I am filtering a data table using the defaultView.rowFilter but when I
filter a column of type "dateTime"
it throws an exception saying " operator >= can not be used on type
dateTime and type double"
this is the code i'm using
dim startOfMonth as Date = new Date(now.year , now.month , 1)
the rowFilter text is "date >= " & startOfMonth
toShortString
filter a column of type "dateTime"
it throws an exception saying " operator >= can not be used on type
dateTime and type double"
this is the code i'm using
dim startOfMonth as Date = new Date(now.year , now.month , 1)
the rowFilter text is "date >= " & startOfMonth
toShortString