DateTime Compare in c#

Posted by Ravi on Stack Overflow See other posts from Stack Overflow or by Ravi
Published on 2010-05-19T15:36:44Z Indexed on 2010/05/19 15:40 UTC
Read the original article Hit count: 530

Filed under:
|

Hi, I want to compare two dateTime.

Ex: date1 = 13/01/2004 12:20:00 date2 = 13/01/2004 12:35:00 result = Compare(date2-date1); O/P : 15 Minutes

Thanks

© Stack Overflow or respective owner

Related posts about datetime

Related posts about c#