357 return WString (ToUtf8String ().c_str (), BentleyCharEncoding::Utf8);
Contains a UTF-8 encoded string.
Definition: WString.h:275
#define BENTLEYDLL_EXPORT
Definition: Bentley.h:249
DateTime * DateTimeP
Definition: DateTime.h:444
DateTime const * DateTimeCP
Definition: DateTime.h:445
uint16_t UInt16
Definition: Bentley.r.h:118
WString ToString() const
Converts the value of this DateTime into a string representation.
Definition: DateTime.h:355
uint8_t UInt8
Definition: Bentley.r.h:116
DateTime const & DateTimeCR
Definition: DateTime.h:443
wchar_t const * WCharCP
Definition: Bentley.h:224
int16_t Int16
Definition: Bentley.r.h:117
Represents an instant in time, typically expressed as a date and time of day.
Definition: DateTime.h:28
uint32_t UInt32
Definition: Bentley.r.h:128
#define BEGIN_BENTLEY_NAMESPACE
Definition: Bentley.r.h:24
BentleyStatus
Definition: Bentley.h:208
DayOfWeek
Specifies the days of the week.
Definition: DateTime.h:66
Component
Specifies whether a DateTime represents a date (without time component) or a date time...
Definition: DateTime.h:53
uint64_t UInt64
Definition: Bentley.r.h:131
bool operator!=(const BentleyAllocator< _Ty > &, const BentleyAllocator< _Other > &)
Definition: BentleyAllocator.h:152
Utf8Char const * Utf8CP
Definition: Bentley.h:229
#define END_BENTLEY_NAMESPACE
Definition: Bentley.r.h:25
int64_t Int64
Definition: Bentley.r.h:130
Provides the metadata portion of a DateTime object.
Definition: DateTime.h:94
DateTime & DateTimeR
Definition: DateTime.h:442
Kind
Specifies whether a DateTime represents a local time, a Coordinated Universal Time (UTC)...
Definition: DateTime.h:36
CompareResult
Result of comparing two DateTimes.
Definition: DateTime.h:82
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51
bool operator==(const BentleyAllocator< _Ty > &, const BentleyAllocator< _Other > &)
Definition: BentleyAllocator.h:146