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