FrameworkFork\Microsoft.Xml\Xml\schema\XsdDateTime.cs (8)
409result = new DateTime(DateTime.Now.Year, xdt.Month, xdt.Day);
414TimeSpan addDiff = new DateTime(currentDateTime.Year, currentDateTime.Month, currentDateTime.Day) - new DateTime(xdt.Year, xdt.Month, xdt.Day);
469dt = new DateTime(DateTime.Now.Year, xdt.Month, xdt.Day);
474TimeSpan addDiff = new DateTime(currentDateTime.Year, currentDateTime.Month, currentDateTime.Day) - new DateTime(xdt.Year, xdt.Month, xdt.Day);
562ShortToCharArray(text, s_lzyyyy_, Month);
574ShortToCharArray(text, s_Lz__, Month);
591ShortToCharArray(text, s_Lz__, Month);
607ShortToCharArray(text, s_lzyyyy_, Month);