Archive for the 'Filebased Geodatabase' Category

Filebased Geodatabase Date Filtering

August 16, 2007

So I had to add some functionality to filter by date and normally this is really simple in ArcObjects as you use the IQueryFilter::WhereClause and enter a date formatted where clause in there.
One problem though. I am using Filebased Geodatabase and I did not know what the correct way to encode the date is! I [...]