1 reference to IsValidYear
System.Security.Cryptography (1)
System\Security\Cryptography\Helpers.cs (1)
252return (calendar.IsValidYear(year) && month >= 1 && month <= calendar.GetMonthsInYear(year, era));