56 inline UDate getFromDate()
const;
63 inline UDate getToDate()
const;
77 static UClassID U_EXPORT2 getStaticClassID(
void);
154 return ( !
operator==(other) );
double UDate
Date and Time data type.
U_EXPORT UBool operator==(const StringPiece &x, const StringPiece &y)
Global operator == for StringPiece.
void * UClassID
UClassID is used to identify classes without using the compiler's RTTI.
UDate getFromDate() const
Get the from date.
This class represents a date interval.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
UBool operator!=(const StringPiece &x, const StringPiece &y)
Global operator != for StringPiece.
virtual UClassID getDynamicClassID() const
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
C++ API: Common ICU base class UObject.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UBool operator!=(const DateInterval &other) const
Non-equality operator.
Basic definitions for ICU, for both C and C++ APIs.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
UObject is the common ICU "boilerplate" class.
UDate getToDate() const
Get the to date.
int8_t UBool
The ICU boolean type.