adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / DateTimeHandling Class / CalculateEaster Method


In This Topic
    CalculateEaster Method
    In This Topic
    Calculates the date of Easter for a given year.
    Syntax
    'Declaration
     
    
    Public Shared Function CalculateEaster( _
       ByVal year As Integer _
    ) As Date
    public static DateTime CalculateEaster( 
       int year
    )
    public:
    static DateTime CalculateEaster( 
       int year
    ) 

    Parameters

    year
    Remarks
    Easter calculation from http://www.assa.org.au/edm.html#Computer by Ronald W. Mallen (Astronomical Society of South Australia)
    See Also