EasterMethod Enumeration

This enumerated type defines the various ways to calculate Easter

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum EasterMethod

Members

Julian0Calculate Easter as the Sunday following the Paschal Full Moon (PFM) date for the year based on the Julian Calendar. This method is valid for all years from 326 onward.
Orthodox1This method is the same as the Julian method but converts the Julian calendar date to the equivalent Gregorian calendar date. This method is valid for all years from 1583 to 4099.
Gregorian2Calculate Easter as the Sunday following the Paschal Full Moon (PFM) date for the year based on the Gregorian Calendar. This method is valid for all years from 1583 to 4099.

See Also