예제 #1
0
 public void DaysInMonth(int year, int month, int expetedDays)
 {
     Assert.Equal(expetedDays, PersianDateTime.DaysInMonth(year, month));
 }