I have the below line of code in VB
DateDiff(DateInterval.Day, Date.Parse("dtupdated"), Date.Today()) <> 0 )
I didn't find the DateDiff function in C#.
Can anybody help me out how to write this in C#
Thanks in Advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Sep 27, 2017, 1:04 AM