2 references to MicrosecondsPerDay
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\TimeSpan.cs (2)
300
long totalMicroseconds = (days *
MicrosecondsPerDay
)
479
Int128 totalMicroseconds = Math.BigMul(days,
MicrosecondsPerDay
)