#include <gmt_date.hh>
Inheritance diagram for mpcl::text::TGmtDate:
Public Methods | |
TGmtDate (const int kiYEAR, const int kiMONTH, const int kiDAY, const int kiHOUR=0, const int kiMINUTES=0, const int kiSECONDS=0) | |
TGmtDate (const EDateType keDATE_TYPE=eNow) throw (TConstraintException) | |
TString | get (const char *pkcDATE_FORMAT) const |
Definition at line 46 of file gmt_date.hh.
|
Builds a new instance.
Definition at line 64 of file gmt_date.hh. |
|
Builds a new instance.
Definition at line 82 of file gmt_date.hh. References mpcl::text::IDate::EDateType. |
|
Gets the current date in an specified std::strftime-like format.
Implements mpcl::text::IDate. Definition at line 37 of file gmt_date.cc. References mpcl::text::IDate::_kiMaxFormattedDate, mpcl::text::IDate::tSecondsFromEpoch, and mpcl::text::TString. |