7 references to DateTime
mscorlib (3)
system\currenttimezone.cs (3)
259time = new DateTime(year, month, (day < numberOfSunday) ? day : numberOfSunday, 267time = new DateTime(year, month, 1, hour, minute, second, millisecond, DateTimeKind.Local); 284time = new DateTime(year, month, cal.GetDaysInMonth(year, month), hour, minute, second, millisecond, DateTimeKind.Local);
System.Activities (1)
System\Activities\Expressions\Literal.cs (1)
117DateTime noLeftOverTicksDateTime = new DateTime(
System.Web (1)
StaticFileHandler.cs (1)
512lastModifiedInUtc = new DateTime(fileInfo.LastWriteTimeUtc.Year,
System.Xml (2)
System\Xml\BinaryXml\SqlUtils.cs (2)
756return new DateTime(yr, mnth, day, hr, min, sec, ms, DateTimeKind.Utc); 787return new DateTime(1, 1, 1, hr, min, sec, ms, DateTimeKind.Utc);