3 references to s_calendarMaxValue
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (3)
281public override DateTime MaxSupportedDateTime => s_calendarMaxValue; 349if (ticks < s_calendarMinValue.Ticks || ticks > s_calendarMaxValue.Ticks) 359s_calendarMaxValue));