Can anyone explain the difference between System.DateTime.Now and System.DateTime.Today in C#.NET? Pros and cons of each if possible.
System.DateTime.Now
System.DateTime.Today
DateTime.Today represents the current system date with the time part set to 00:00:00
and
DateTime.Now represents the current system date and time