Return the datetime value held by this object.

Synopsis

Declared in <bdld_datum.h>

bdlt::Datetime
theDatetime() const;

Description

Return the date+time value represented by this object as a bdlt::Datetime object. The behavior is undefined unless this object actually represents date+time value.

Return Value

the datetime value held by this object

Created with MrDocs