Uses of Class
ealet.Day

Packages that use Day
ealet   
 

Uses of Day in ealet
 

Methods in ealet that return Day
static Day Calendar.toEthiopian(int month, int date, int year)
          The method performs conversion from Gregorian date to Ethiopian.
static Day Calendar.toEthiopianDate(int gMonth, int gDate, int gYear)
          The method performs conversion from Gregorian date to Ethiopian.
static Day Calendar.toGregorian(int month, int date, int year)
          The method performs conversion from Ethiopian date to Gregorian.
static Day Calendar.toGregorianDate(int eMonth, int eDate, int eYear)
          The method performs conversion from Ethiopian date to Gregorian.