Searched refs:ConjunctionDay (Results 1 – 1 of 1) sorted by relevance
81 sal_Int32 ConjunctionDay = 1 + 29 * MonthsElapsed + HoursElapsed / 24; in HebrewCalendarElapsedDays() local86 || (((ConjunctionDay % 7) == 2) // ...or is on a Tuesday... in HebrewCalendarElapsedDays()89 || (((ConjunctionDay % 7) == 1) // ...or is on a Monday at... in HebrewCalendarElapsedDays()93 AlternativeDay = ConjunctionDay + 1; in HebrewCalendarElapsedDays()95 AlternativeDay = ConjunctionDay; in HebrewCalendarElapsedDays()
Completed in 5 milliseconds