SQL functions like DateADD aren't supported at the moment.
Sometimes you can work around it, by using normal arithmetic, but you add minutes, so that's not supported. You can try to write your own predicate class, derived from 'Predicate' in the ormsupportclasses, similar to for example FieldCompareValuePredicate.