System\Xml\Schema\XsdDateTime.cs (8)
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);
527ShortToCharArray(text, Lzyyyy_, Month);
539ShortToCharArray(text, Lz__, Month);
556ShortToCharArray(text, Lz__, Month);
571ShortToCharArray(text, Lzyyyy_, Month);