Go to the documentation of this file.
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
Basic definitions for ICU, for both C and C++ APIs.
int8_t UBool
The ICU boolean type.
BasicTimeZone is an abstract class extending TimeZone.
TimeZoneRule is a class representing a rule for time zone.
TimeZone represents a time zone offset, and also figures out daylight savings.
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
C++ API: TimeZone object.
AnnualTimeZoneRule is a class used for representing a time zone rule which takes effect annually.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers,...
C++ API: Time zone transition.
InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning...
TimeZoneTransition is a class representing a time zone transition.
double UDate
Date and Time data type.
C++ API: Time zone rule classes.
#define U_NAMESPACE_BEGIN