#include <numbers.h>
Inheritance diagram for ost::Datetime:
Public Member Functions | |
Datetime (time_t tm) | |
Datetime (tm *dt) | |
Datetime (const char *str, size_t size=0) | |
Datetime (int year, unsigned month, unsigned day, int hour, int minute, int second) | |
Datetime () | |
virtual | ~Datetime () |
char * | getDatetime (char *buffer) const |
time_t | getDatetime (void) const |
bool | isValid (void) const |
Datetime & | operator= (const Datetime datetime) |
Datetime & | operator+= (const Datetime &datetime) |
Datetime & | operator-= (const Datetime &datetime) |
Datetime & | operator+= (const Time &time) |
Datetime & | operator-= (const Time &time) |
int | operator== (const Datetime &) |
int | operator!= (const Datetime &) |
int | operator< (const Datetime &) |
int | operator<= (const Datetime &) |
int | operator> (const Datetime &) |
int | operator>= (const Datetime &) |
bool | operator! () const |
String | strftime (const char *format) const |
This is then manipulated in several forms and may be exported as needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from ost::Date. |
|
Reimplemented from ost::Date. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|