Home
last modified time | relevance | path

Searched refs:ConjunctionDay (Results 1 – 1 of 1) sorted by relevance

/trunk/main/i18npool/source/calendar/
H A Dcalendar_jewish.cxx81 sal_Int32 ConjunctionDay = 1 + 29 * MonthsElapsed + HoursElapsed / 24; in HebrewCalendarElapsedDays() local
86 || (((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 9 milliseconds