get days in month
Published: 9. October 2011 | Updated: 26. October 2011License: Microsoft Public License (MS-PL)
Categories: Framework » DateTime & TimeSpan
Tags: C# DateTime
int daysInFebruary = DateTime.DaysInMonth(2011, 2);
| Send us feedback about this snippet » |





