9 references to TotalDays
Microsoft.CodeAnalysis (1)
VersionHelper.cs (1)
193
int build = Math.Min(ushort.MaxValue, (int)days.
TotalDays
);
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\VersionTestHelpers.cs (1)
15
days = (int)(time - new DateTime(2000, 1, 1)).
TotalDays
; // number of days since Jan 1, 2000
Microsoft.DotNet.Helix.JobSender (2)
JobDefinition.cs (2)
258
if (untilRemoved.
TotalDays
<= 10)
260
log?.Invoke($"warning : Helix queue {queueInfo.QueueId} {(untilRemoved.
TotalDays
< 0 ? "was" : "is")} set for estimated removal date of {queueInfo.EstimatedRemovalDate}. In most cases the queue will be removed permanently due to end-of-life; please contact dnceng for any questions or concerns, and we can help you decide how to proceed and discuss other options.");
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\DateAndTime.vb (3)
192
Return CLng(Fix(tm.
TotalDays
()))
203
Return CLng(Fix(tm.
TotalDays
())) \ 7
205
Return CLng(Fix(tm.
TotalDays
())) \ 7
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\VersionHelper.cs (1)
204
int build = Math.Min(ushort.MaxValue, (int)days.
TotalDays
);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
358
double nDays = ts.
TotalDays
;