1 override of TryToDateTime
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
398internal override bool TryToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era, out DateTime result)
3 references to TryToDateTime
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
2687if (!result.calendar.TryToDateTime(result.Year, result.Month, result.Day, 3051if (!calendar.TryToDateTime(raw.year, raw.GetNumber(0), raw.GetNumber(1), 4753if (!parseInfo.calendar.TryToDateTime(result.Year, result.Month, result.Day,