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