1 override of TryToDateTime
mscorlib (1)
system\globalization\gregoriancalendar.cs (1)
575
internal override Boolean
TryToDateTime
(int year, int month, int day, int hour, int minute, int second, int millisecond, int era, out DateTime result) {
3 references to TryToDateTime
mscorlib (3)
system\globalization\datetimeparse.cs (3)
2522
if (!result.calendar.
TryToDateTime
(result.Year, result.Month, result.Day,
2831
if (!calendar.
TryToDateTime
(raw.year, raw.GetNumber(0), raw.GetNumber(1),
4146
if (!parseInfo.calendar.
TryToDateTime
(result.Year, result.Month, result.Day,