4 references to ToDateTime
mscorlib (4)
system\globalization\japanesecalendar.cs (1)
479return (helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era));
system\globalization\koreancalendar.cs (1)
217return (helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era));
system\globalization\taiwancalendar.cs (1)
203return (helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era));
system\globalization\thaibuddhistcalendar.cs (1)
175return (helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era));