easter.hpp
Go to the documentation of this file.
1 #ifndef JULIAN_EASTER_HPP
2 #define JULIAN_EASTER_HPP
3 
4 #include <dates/date.hpp>
5 
6 namespace julian {
12  Date EasterForAGivenYear(int year);
13 } // namespace julian
14 #endif
Definition: cadHoliday.cpp:3
File contains definition of date class.
Date EasterForAGivenYear(int year)
Function calculating Easter date for a given year.
Definition: easter.cpp:31