Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Enumerations | Functions | Variables
JSystem/JDate.hh File Reference

Date and time functions. More...

#include <time.h>
#include <string>
#include <istream>
#include "JLang/JException.hh"

Go to the source code of this file.

Classes

struct  JSYSTEM::JDateAndTime
 Auxililary class to get date and time. More...
 

Namespaces

 JSYSTEM
 Auxiliary classes and methods for operating system calls.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Enumerations

enum  JSYSTEM::JDateAndTimeFormat { JSYSTEM::HUMAN_READABLE = 0, JSYSTEM::ISO8601 = 1 }
 Date and time formats. More...
 

Functions

const char * JSYSTEM::getDate (const JDateAndTimeFormat option=HUMAN_READABLE)
 Get ASCII formatted date. More...
 
const char * JSYSTEM::getTime (const JDateAndTimeFormat option=HUMAN_READABLE)
 Get ASCII formatted time. More...
 

Variables

static JDateAndTime JSYSTEM::getDateAndTime
 Function object to get ASCII formatted date and time. More...
 

Detailed Description

Date and time functions.

Author
mdejong

Definition in file JSystem/JDate.hh.