Belle II Software  release-08-01-10
Date Class Reference
Collaboration diagram for Date:

Public Member Functions

 Date (time_t time)
 
 Date (const Date &date)
 
void set ()
 
void set (time_t time)
 
time_t get () const
 
int getSecond () const
 
int getMinitue () const
 
int getHour () const
 
int getDay () const
 
int getMonth () const
 
int getYear () const
 
const char * toString (const char *format=NULL) const
 
const Dateoperator= (const Date &date)
 

Private Attributes

time_t m_time
 
struct tm * m_tm
 
char m_str [31]
 

Detailed Description

Definition at line 19 of file Date.h.


The documentation for this class was generated from the following files: