Don\'t think this is a repost, difficult to search for the word between because it is used in everything (like searching for AND).
I want to filter a list based on a
var query = from l in list where new DateTime(1,1,2010) <= l.DateValue and DateValue <= new DateTime(1,1,2011) select l;
of course, normally warning about timezones and different times on clients and servers apply