I have a method which passes two parameters Month and year
i will call this Method like this : MonthDates(January,2010)
public static string MonthDa
do you mean the number of days in a month?
System.DateTime.DaysInMonth(int year, int month)