convertToTm overloads
Declared in <bdlt_datetimeutil.h>
Return the value of the specified datetime expressed as a bsl::tm.
static
std::tm
convertToTm(Datetime const& datetime);
» more...
Same as the preceding overload for the specified datetime, loading into the specified result.
static
void
convertToTm(
std::tm* result,
Datetime const& datetime);
» more...
corresponding bsl::tm value
| Name | Description |
|---|---|
| datetime | value to convert |
| result | destination for the converted bsl::tm |