EasterMethod Enumeration
This enumerated type defines the various ways to calculate Easter
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum EasterMethod
<SerializableAttribute>
Public Enumeration EasterMethod
[SerializableAttribute]
public enum class EasterMethod
[<SerializableAttribute>]
type EasterMethod
Julian | 0 | Calculate 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. |
Orthodox | 1 | This 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. |
Gregorian | 2 | Calculate 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. |