Searched defs:GregorianDate (Results 1 – 1 of 1) sorted by relevance
216 class GregorianDate { class223 GregorianDate(int m, int d, int y) { month = m; day = d; year = y; } in GregorianDate() function in GregorianDate225 GregorianDate(int d) { // Computes the Gregorian date from the absolute date. in GregorianDate() function in GregorianDate
Completed in 17 milliseconds