Possible Duplicate:
Difference in months
Hi all:
how can We calculate the months difference between two dates using LINQ ? I can find days difference using:
(p.Account.StateChangeDate.Date - DateTime.Now.Date).Days < 4
but there is no option for months.
Please suggest.