All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.FutureBahai

java.lang.Object
   |
   +----calendrica.ProtoDate
           |
           +----calendrica.Date
                   |
                   +----calendrica.Bahai
                           |
                           +----calendrica.FutureBahai

public class FutureBahai
extends Bahai

Variable Index

 o HAIFA

Constructor Index

 o FutureBahai()
 o FutureBahai(Date)
 o FutureBahai(long)
 o FutureBahai(long, int, int, int, int)

Method Index

 o equals(Object)
 o feastOfRidvan(long)
 o fromFixed(long)
 o newYearOnOrBefore(long)
 o sunsetInHaifa(long)
 o toFixed()
 o toFixed(long, int, int, int, int)

Variables

 o HAIFA
 public static final Location HAIFA

Constructors

 o FutureBahai
 public FutureBahai()
 o FutureBahai
 public FutureBahai(long date)
 o FutureBahai
 public FutureBahai(Date date)
 o FutureBahai
 public FutureBahai(long major,
                    int cycle,
                    int year,
                    int month,
                    int day)

Methods

 o toFixed
 public static long toFixed(long bMajor,
                            int bCycle,
                            int bYear,
                            int bMonth,
                            int bDay)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Bahai
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class Bahai
 o sunsetInHaifa
 public static double sunsetInHaifa(long date)
 o newYearOnOrBefore
 public static long newYearOnOrBefore(long date)
 o feastOfRidvan
 public static long feastOfRidvan(long gYear)
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Bahai

All Packages  Class Hierarchy  This Package  Previous  Next  Index