• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:country

127 Date calculations often depend on the country and wxDateTime allows to set the
128 country whose conventions should be used using
135 Country_Unknown, // no special information for this country
136 Country_Default, // set the default country with SetCountry() method
137 // or use the default country with any other
191 either set or return the static variables of wxDateSpan (the country), return
462 \func{static wxDateTime}{GetBeginDST}{\param{int }{year = Inv\_Year}, \param{Country }{country = Country\_Default}}
464 Get the beginning of DST for the given country in the given year (current one
477 Returns the current default country. The default country is used for DST
509 \func{static wxDateTime}{GetEndDST}{\param{int }{year = Inv\_Year}, \param{Country }{country = Country\_Default}}
511 Returns the end of DST for the given country in the given year (current one by
594 \func{static bool}{IsWestEuropeanCountry}{\param{Country }{country = Country\_Default}}
596 This function returns {\tt true} if the specified (or default) country is one
603 \func{static bool}{IsDSTApplicable}{\param{int }{year = Inv\_Year}, \param{Country }{country = Country\_Default}}
606 default) in the given country.
633 \func{static void}{SetCountry}{\param{Country }{country}}
635 Sets the country to use by default. This setting influences the DST
638 The possible values for {\it country} parameter are enumerated in
995 \constfunc{bool}{IsWorkDay}{\param{Country }{country = Country\_Default}}
997 Returns {\tt true} is this day is not a holiday in the given country.
1002 \constfunc{bool}{IsGregorianDate}{\param{GregorianAdoption }{country = Gr\_Standard}}
1005 Gregorian calendar in the given country (and hence the Gregorian calendar
1556 \constfunc{int}{IsDST}{\param{Country }{country = Country\_Default}}
1558 Returns {\tt true} if the DST is applied for this date in the given country.