Hi
You should lazily evalulate the DateTime.Now by calling it from within a lambda:
.LessThanOrEqual(x => DateTime.Now)
Jeremy
Hi
You should lazily evalulate the DateTime.Now by calling it from within a lambda:
.LessThanOrEqual(x => DateTime.Now)
Jeremy