LTL
2.0.x
|
Convert from and to DCF-77 type string. More...
Inherits util::UTDate.
Public Member Functions | |
DCFDate () | |
Get actual UT. More... | |
DCFDate (const UTDate &d) | |
Initialise from util::UTDate or heirs. More... | |
DCFDate (const string &init_date) | |
Interpret DCF-77 time string. More... | |
string | toString () const |
Return DCF-77 date string. More... | |
time_t | time () const |
get internal time_t More... | |
Protected Member Functions | |
char * | toCString () const |
time_t | mkuttime (struct tm *ut_tm) |
time_t | mkdcftime (struct tm *dcf_tm) |
Protected Attributes | |
time_t | ut_date_ |
Convert from and to DCF-77 type string.
|
inline |
Get actual UT.
|
inline |
Initialise from util::UTDate or heirs.
util::DCFDate::DCFDate | ( | const string & | init_date | ) |
Interpret DCF-77 time string.
string util::DCFDate::toString | ( | ) | const |
Return DCF-77 date string.
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
get internal time_t
|
protectedinherited |
Referenced by util::JulDate::JulDate().