Write the ISO 8601 representation of the specified object to the specified stream. Optionally specify a configuration to affect the format of the generated string. If configuration is not supplied, the process‐wide default value Iso8601UtilConfiguration::defaultConfiguration() is used. Return a reference to stream. Note that stream is not null terminated.
Synopsis
Declared in <bdlt_iso8601util.h>
static
std::ostream&
generate(
std::ostream& stream,
bsls::TimeInterval const& object);
Created with MrDocs