19 #if !UCONFIG_NO_FORMATTING 95 virtual int32_t countTransitionRules(
UErrorCode& status)
const = 0;
146 #ifndef U_HIDE_INTERNAL_API 163 virtual void getOffsetFromLocal(
UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
164 int32_t& rawOffset, int32_t& dstOffset,
UErrorCode& status)
const;
168 #ifndef U_HIDE_INTERNAL_API 174 kStdDstMask = kDaylight,
175 kFormerLatterMask = kLatter
C++ API: TimeZone object.
double UDate
Date and Time data type.
TimeZone represents a time zone offset, and also figures out daylight savings.
C++ API: Time zone transition.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
TimeZoneRule is a class representing a rule for time zone.
InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
TimeZoneTransition is a class representing a time zone transition.
C++ API: Time zone rule classes.
BasicTimeZone is an abstract class extending TimeZone.
AnnualTimeZoneRule is a class used for representing a time zone rule which takes effect annually...
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Basic definitions for ICU, for both C and C++ APIs.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
int8_t UBool
The ICU boolean type.