All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.Ecclesiastical

java.lang.Object
   |
   +----calendrica.ProtoDate
           |
           +----calendrica.Ecclesiastical

public abstract class Ecclesiastical
extends ProtoDate

Constructor Index

 o Ecclesiastical()

Method Index

 o altOrthodoxEaster(long)
 o astronomicalEaster(long)
 o easter(long)
 o orthodoxEaster(long)
 o pentecost(long)

Constructors

 o Ecclesiastical
 public Ecclesiastical()

Methods

 o orthodoxEaster
 public static long orthodoxEaster(long gYear)
 o altOrthodoxEaster
 public static long altOrthodoxEaster(long gYear)
 o easter
 public static long easter(long gYear)
 o pentecost
 public static long pentecost(long gYear)
 o astronomicalEaster
 public static long astronomicalEaster(long gYear)

All Packages  Class Hierarchy  This Package  Previous  Next  Index