3 references to UseLeapYearMonth
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2078
if ((FormatFlags & DateTimeFormatFlags.
UseLeapYearMonth
) != 0)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (2)
3418
if ((dtfi.FormatFlags & DateTimeFormatFlags.
UseLeapYearMonth
) != 0)
3518
if ((dtfi.FormatFlags & DateTimeFormatFlags.
UseLeapYearMonth
) != 0)