Uses of Class
com.kosherjava.zmanim.hebrewcalendar.JewishDate
Packages that use JewishDate
Package
Description
This package contain classes that represent a Jewish Date/Calendar,
and allows conversion between
Jewish
and Gregorian dates
.-
Uses of JewishDate in com.kosherjava.zmanim.hebrewcalendar
Subclasses of JewishDate in com.kosherjava.zmanim.hebrewcalendarModifier and TypeClassDescriptionclass
The JewishCalendar extends the JewishDate class and adds calendar methods.Classes in com.kosherjava.zmanim.hebrewcalendar that implement interfaces with type arguments of type JewishDateModifier and TypeClassDescriptionclass
The JewishDate is the base calendar class, that supports maintenance of aGregorianCalendar
instance along with the corresponding Jewish date.Methods in com.kosherjava.zmanim.hebrewcalendar that return JewishDateModifier and TypeMethodDescriptionJewishDate.getMolad()
Returns the molad for a given year and month.Methods in com.kosherjava.zmanim.hebrewcalendar with parameters of type JewishDateModifier and TypeMethodDescriptionint
JewishDate.compareTo
(JewishDate jewishDate) Compares two dates as per the compareTo() method in the Comparable interface.HebrewDateFormatter.format
(JewishDate jewishDate) Formats the Jewish date.HebrewDateFormatter.formatDayOfWeek
(JewishDate jewishDate) Formats the day of week.HebrewDateFormatter.formatMonth
(JewishDate jewishDate) Returns a string of the current Hebrew month such as "Tishrei".