3 references to s_calendarMaxValue
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (3)
66
public override DateTime MaxSupportedDateTime =>
s_calendarMaxValue
;
137
if (ticks < s_calendarMinValue.Ticks || ticks >
s_calendarMaxValue
.Ticks)
146
s_calendarMaxValue
));