Tuesday, September 18, 2012

How to find last day of month in C#

 

Below is the code for retrieving last day (max days) in a month.

System.DateTime.DaysInMonth(int year, int month)


Happy coding…

No comments:

Post a Comment