Uses of Class
com.kosherjava.zmanim.hebrewcalendar.Daf
Packages that use Daf
Package
Description
This package contain classes that represent a Jewish Date/Calendar,
and allows conversion between
Jewish
and Gregorian dates
.-
Uses of Daf in com.kosherjava.zmanim.hebrewcalendar
Methods in com.kosherjava.zmanim.hebrewcalendar that return DafModifier and TypeMethodDescriptionJewishCalendar.getDafYomiBavli()
Returns the Daf Yomi (Bavli) for the date that the calendar is set to.static Daf
YomiCalculator.getDafYomiBavli
(JewishCalendar jewishCalendar) JewishCalendar.getDafYomiYerushalmi()
Returns the Daf Yomi (Yerushalmi) for the date that the calendar is set to.static Daf
YerushalmiYomiCalculator.getDafYomiYerushalmi
(JewishCalendar calendar) Methods in com.kosherjava.zmanim.hebrewcalendar with parameters of type DafModifier and TypeMethodDescriptionHebrewDateFormatter.formatDafYomiBavli
(Daf daf) HebrewDateFormatter.formatDafYomiYerushalmi
(Daf daf) Formats the Daf Yomi Yerushalmi in the format of "עירובין נ״ב" inHebrew
, or the transliterated format of "Eruvin 52".