17 #if !UCONFIG_NO_FORMATTING
93 virtual int32_t countTransitionRules(
UErrorCode& status) = 0;
159 virtual void getOffsetFromLocal(
UDate date, int32_t nonExistingTimeOpt, int32_t duplicatedTimeOpt,
160 int32_t& rawOffset, int32_t& dstOffset,
UErrorCode& status) ;
169 kStdDstMask = kDaylight,
170 kFormerLatterMask = kLatter
C++ API: TimeZone object.
double UDate
Date and Time data type.
TimeZoneRule is a class representing a rule for time zone.
C++ API: Time zone transition.
TimeZoneTransition is a class representing a time zone transition.
#define U_I18N_API
Set to export library symbols from inside the i18n library, and to import them from outside...
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...
C++ API: Time zone rule classes.
BasicTimeZone is an abstract class extending TimeZone.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
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...
TimeZone represents a time zone offset, and also figures out daylight savings.
Basic definitions for ICU, for both C and C++ APIs.
int8_t UBool
The ICU boolean type.