Ejemplo n.º 1
0
 public bool CanCalculateUSGregorian(int year, int month, int day)
 {
     return(DayOfWeek.DateIsUSGregorian(year, month, day));
 }