3 references to TwelveHours
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendricalCalculationsHelper.cs (3)
149double x = TwelveHours + daysSinceStartOf1810; 246return Math.CopySign(Math.Min(Math.Abs(equation), TwelveHours), equation); 259return AsLocalTime(date + TwelveHours, longitude) - AsDayFraction(longitude);