9 references to TotalDays
Microsoft.CodeAnalysis (1)
VersionHelper.cs (1)
193int build = Math.Min(ushort.MaxValue, (int)days.TotalDays);
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\VersionTestHelpers.cs (1)
15days = (int)(time - new DateTime(2000, 1, 1)).TotalDays; // number of days since Jan 1, 2000
Microsoft.DotNet.Helix.JobSender (2)
JobDefinition.cs (2)
258if (untilRemoved.TotalDays <= 10) 260log?.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)
192Return CLng(Fix(tm.TotalDays())) 203Return CLng(Fix(tm.TotalDays())) \ 7 205Return CLng(Fix(tm.TotalDays())) \ 7
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\VersionHelper.cs (1)
204int build = Math.Min(ushort.MaxValue, (int)days.TotalDays);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
358double nDays = ts.TotalDays;