Hello all,
I have been trying to create a couple IPredicateExpressions for date comparisons and am running into some snags. Here is what I am looking to do:
Lets say we have a DateTime object called after. We are looking to create a predicate for all dates after this date. Conversely, we are also trying to create a predicate for another date which would return all before the date.
I am sure this is an easy thing to do but for the life of me I can't seem to get it right. Any help is greatly appreciated!
Thanks!