8 references to Days
Microsoft.AspNetCore.HttpLogging (1)
FileLoggerProcessor.cs (1)
323if ((date.Date - _today.Date).Days != 0)
Microsoft.CodeAnalysis.LanguageServer (2)
Testing\RunTestsHandler.cs (2)
91if (t.Days > 0) 93shortForm += string.Format("{0}d ", t.Days.ToString());
System.Data.Common (1)
System\Data\SQLTypes\SQLDateTime.cs (1)
228int day = value.Days;
System.Net.Mail (1)
System\Net\Mime\SmtpDateTime.cs (1)
340TimeSpan sanitizedTimeSpan = new TimeSpan(span.Days, span.Hours, span.Minutes, 0, 0);
System.Windows.Forms (3)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
658if ((value - _selectionStart).Days >= _maxSelectionCount) 695if ((_selectionEnd - value).Days >= _maxSelectionCount) 1852if ((date2 - date1).Days >= _maxSelectionCount)