Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Tuesday, April 8, 2014
Days In Month C# Example
C#
>
System
Namespace
>
DateTime
>
DaysInMonth
Returns the number of days in the specified year and month.
Example
int
daysInMonth = System.
DateTime
.DaysInMonth(2014, 4);
Newer Post
Older Post
Home