Jpp 19.3.0-rc.2
the software that should make you happy
|
Date and time functions. More...
#include <istream>
#include <ostream>
#include <sstream>
#include <string>
#include <string.h>
#include <time.h>
#include "JLang/JComparable.hh"
#include "JLang/JException.hh"
Go to the source code of this file.
Classes | |
struct | JSYSTEM::JDateAndTime |
Auxiliary class for date and time. More... | |
Namespaces | |
namespace | JSYSTEM |
Auxiliary classes and methods for operating system calls. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
const char * | JSYSTEM::getDate () |
Get current local date conform ISO-8601 standard. | |
const char * | JSYSTEM::getTime () |
Get current local time conform ISO-8601 standard. | |
Variables | |
static JDateAndTime | JSYSTEM::getDateAndTime |
Function object to get current date and time. | |
Date and time functions.
Definition in file JDateAndTime.hh.