Class AnnualDateRule

    • Constructor Detail

      • AnnualDateRule

        protected AnnualDateRule()
        Default constructor.
    • Method Detail

      • getDate

        public abstract SerialDate getDate​(int year)
        Returns the date for this rule, given the year.
        Parameters:
        year - the year (1900 <= year <= 9999).
        Returns:
        the date for this rule, given the year.