Searched refs:Gregorian (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h226 Gregorian, // current calendar enumerator in enum:wxDateTime::Calendar
233 // adoption of the Gregorian calendar (see IsGregorian())
244 Gr_Standard, // on the day 0 of Gregorian calendar: 15 Oct 1582
303 // this is too weird to take into account: the Gregorian calendar was
322 // change from the Julian to the Gregorian calendar. By dropping every
325 // Gregorian calendar. (But in the meantime they would be in sync with
331 // both the Julian and the Gregorian world, so they decided to go back
336 // Later, in 1753, Sweden changed to the Gregorian calendar by
465 // check that the given date/time is valid (in Gregorian calendar)
508 static int GetCurrentYear(Calendar cal = Gregorian);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex116 (although most of them only support now the Gregorian calendar). This
122 Gregorian, // calendar currently in use in Western countries
196 parameter, it is currently ignored as only the Gregorian calendar is
487 \func{static int}{GetCurrentYear}{\param{Calendar }{cal = Gregorian}}
489 Get the current year in given calendar (only Gregorian is currently supported).
494 \func{static Month}{GetCurrentMonth}{\param{Calendar }{cal = Gregorian}}
496 Get the current month in given calendar (only Gregorian is currently supported).
504 (only Gregorian is currently supported).
533 \func{static wxDateTime\_t}{GetNumberOfDays}{\param{int }{year}, \param{Calendar }{cal = Gregorian}}
535 \func{static wxDateTime\_t}{GetNumberOfDays}{\param{Month }{month}, \param{int }{year = Inv\_Year}, \param{Calendar }{cal = Gregorian}}
[all...]
H A Dtdate.tex65 million years, but due to the current limitations in the Gregorian calendar
74 Currently, the only supported calendar is Gregorian one (which is used even
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp359 // the number of days in month in Julian/Gregorian calendar: the first line
791 if ( cal == Gregorian )
793 // in Gregorian calendar leap years are those divisible by 4 except
830 case Gregorian:
850 case Gregorian:
876 case Gregorian:
895 if ( cal == Gregorian || cal == Julian )
1696 // calculate the Gregorian date from JDN for the midnight of our date:

Completed in 232 milliseconds