31 #if U_SHOW_CPLUSPLUS_API 33 #if !UCONFIG_NO_FORMATTING 327 UDate getGregorianChange(
void)
const;
344 UBool isLeapYear(int32_t year)
const;
355 #ifndef U_FORCE_HIDE_DEPRECATED_API 368 #endif // U_FORCE_HIDE_DEPRECATED_API 383 #ifndef U_HIDE_DEPRECATED_API 414 #ifndef U_HIDE_DEPRECATED_API 475 static UClassID U_EXPORT2 getStaticClassID(
void);
487 virtual const char *
getType()
const;
499 virtual int32_t internalGetEra()
const;
515 UBool useMonth)
const;
551 virtual int32_t monthLength(int32_t month)
const;
560 virtual int32_t monthLength(int32_t month, int32_t year)
const;
562 #ifndef U_HIDE_INTERNAL_API 569 int32_t yearLength(int32_t year)
const;
576 int32_t yearLength(
void)
const;
585 void pinDayOfMonth(
void);
666 static double computeJulianDayOfYear(
UBool isGregorian, int32_t year,
673 UBool validateFields(
void)
const;
689 int32_t aggregateStamp(int32_t stamp_a, int32_t stamp_b);
698 UDate fGregorianCutover;
703 int32_t fCutoverJulianDay;
710 UDate fNormalizedGregorianCutover;
716 int32_t fGregorianCutoverYear;
722 int32_t fGregorianCutoverJulianDay;
731 static double millisToJulianDay(
UDate millis);
740 static UDate julianDayToMillis(
double julian);
753 UBool fInvertGregorian;
UCalendarDateFields
Possible fields in a UCalendar.
virtual int32_t defaultCenturyStartYear() const =0
EEras
Useful constants for GregorianCalendar and TimeZone.
int32_t getActualMaximum(EDateFields field, UErrorCode &status) const
Return the maximum value that this field could have, given the current date.
virtual void handleComputeFields(int32_t julianDay, UErrorCode &status)
Subclasses may override this method to compute several fields specific to each calendar system...
virtual Calendar * clone() const =0
Create and return a polymorphic copy of this calendar.
Calendar is an abstract base class for converting between a UDate object and a set of integer fields ...
double UDate
Date and Time data type.
virtual UClassID getDynamicClassID(void) const =0
Returns a unique class ID POLYMORPHICALLY.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const =0
Return the Julian day number of day before the first day of the given month in the given extended yea...
virtual UBool isEquivalentTo(const Calendar &other) const
Returns TRUE if the given Calendar object is equivalent to this one.
TimeZone represents a time zone offset, and also figures out daylight savings.
virtual int32_t handleGetMonthLength(int32_t extendedYear, int32_t month) const
Return the number of days in the given month of the given extended year of this calendar system...
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
C++ API: Calendar object.
virtual UBool haveDefaultCentury() const =0
virtual const char * getType() const =0
Returns the calendar type name string for this Calendar object.
void roll(EDateFields field, UBool up, UErrorCode &status)
Time Field Rolling function.
virtual int32_t handleGetYearLength(int32_t eyear) const
Return the number of days in the given extended year of this calendar system.
virtual int32_t handleComputeJulianDay(UCalendarDateFields bestField)
Subclasses may override this.
virtual UBool inDaylightTime(UErrorCode &status) const =0
Queries if the current date for this Calendar is in Daylight Savings Time.
Calendar & operator=(const Calendar &right)
Default assignment operator.
Concrete class which provides the standard calendar used by most of the world.
UErrorCode
Standard ICU4C error code type, a substitute for exceptions.
EDateFields
Field IDs for date and time.
Basic definitions for ICU, for both C and C++ APIs.
virtual int32_t handleGetExtendedYearFromWeekFields(int32_t yearWoy, int32_t woy)
Subclasses must override this to convert from week fields (YEAR_WOY and WEEK_OF_YEAR) to an extended ...
virtual UDate defaultCenturyStart() const =0
int32_t getActualMinimum(EDateFields field, UErrorCode &status) const
Return the minimum value that this field could have, given the current date.
virtual int32_t handleGetExtendedYear()=0
Return the extended year defined by the current fields.
virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const =0
Subclass API for defining limits of different types.
int8_t UBool
The ICU boolean type.
A Locale object represents a specific geographical, political, or cultural region.