4 references to UseHebrewRule
mscorlib (4)
system\globalization\datetimeformatinfo.cs (2)
2287
return ((FormatFlags & DateTimeFormatFlags.
UseHebrewRule
) != 0);
2297
if ((FormatFlags & DateTimeFormatFlags.
UseHebrewRule
) != 0) {
system\globalization\datetimeparse.cs (2)
2474
if ((dtfi.FormatFlags & DateTimeFormatFlags.
UseHebrewRule
) != 0) {
4083
if (parseInfo.fUseTwoDigitYear && ((dtfi.FormatFlags & DateTimeFormatFlags.
UseHebrewRule
) == 0)) {