Is it possible to FindAndModify in MongoDB and increment a DateTime field? If so, is it also possible to use FindAndModify to increment a DateTime field by the value of another TimeSpan property?
I know I can query the objects out, update the property for each object and then one by one save them back, but that's slow, especially for large result sets.