System\Xml\Schema\XsdDateTime.cs (7)
382result = new DateTime(DateTime.Now.Year, xdt.Month, xdt.Day);
387TimeSpan addDiff = new DateTime(currentDateTime.Year, currentDateTime.Month, currentDateTime.Day) - new DateTime(xdt.Year, xdt.Month, xdt.Day);
439dt = new DateTime( DateTime.Now.Year, xdt.Month, xdt.Day );
444TimeSpan addDiff = new DateTime(currentDateTime.Year, currentDateTime.Month, currentDateTime.Day) - new DateTime(xdt.Year, xdt.Month, xdt.Day);
541ShortToCharArray(text, Lz__mm_, Day);
549ShortToCharArray(text, Lz___, Day);
573ShortToCharArray(text, Lzyyyy_MM_, Day);