Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Comparing only date part of datetime field with another date

(0) ShareShare
ReportReport
Posted on by 145

Hi , 

I have a datetime field that i want to compare only the date part of it with another date in a LINQ query , but an error is thrown , here is a code snippet :


var currentDate = DateTime.UtcNow.Date;
var contacts = (from c in service.ContactSet
&& c.new_testDate.Value.Date.Equals(currentDate)
select c
).ToList();

the error :

"Invalid 'where' condition. An entity member is invoking an invalid property or method."

is it a LINQ limitation ? and how can we solve it ? Thanks.

  • erhan.keskin Profile Picture
    2,253 on at
    RE: Comparing only date part of datetime field with another date

    There are solutions here, please have a look and choose the best one for you.

    www.codeproject.com/.../LINQ-query-to-compare-only-date-part-of-DateTime

  • Khaled Rimawi Profile Picture
    145 on at
    RE: Comparing only date part of datetime field with another date

    @Erhan Keskin , same error

  • erhan.keskin Profile Picture
    2,253 on at
    RE: Comparing only date part of datetime field with another date

    can you try this please?

    where c.new_testDate.Value.Date == currentDate

  • Khaled Rimawi Profile Picture
    145 on at
    RE: Comparing only date part of datetime field with another date

    Edit :

    Here is the write code snippet :

    var currentDate = DateTime.UtcNow.Date;

    var contacts = (from c in service.ContactSet

    where c.new_testDate.Value.Date.Equals(currentDate)

    select c

    ).ToList();

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Siv Sagar Profile Picture

Siv Sagar 149 Super User 2025 Season 1

#2
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 80 Super User 2025 Season 1

#3
Mansi Soni Profile Picture

Mansi Soni 74

Overall leaderboard

Product updates

Dynamics 365 release plans