1 reference to IsValidMonth
System.Security.Cryptography (1)
System\Security\Cryptography\Helpers.cs (1)
247return (calendar.IsValidMonth(year, month, era) && day >= 1 && day <= calendar.GetDaysInMonth(year, month, era));