In file /home/eternity/Source/Common/GMessage/H/estime.h:

class ESTime : public BasicTime

Class for working with real time

Inheritance:

ESTime < BasicTime


Public


void SetTime (RelTime)
Set time to current time plus RelTime

Set absolute time (year, month, day, hour, minute and second),
bool SetTime (int year, int month, int day, int hour=0, int min=0, int sec=0)
return true if time is set correctly
virtual void Write (char *)
Write time in time format to buffer (man asctime)
char* Print ()
Return pointer to string in time format
ESTime operator+ (RelTime)
Some operators for ESTime

Inherited from BasicTime:


Documentation

Class for working with real time. Implements some operators, work with time in GMT and add some method for SetTime

void SetTime(RelTime)
Set time to current time plus RelTime

Set absolute time (year, month, day, hour, minute and second),

bool SetTime(int year, int month, int day, int hour=0, int min=0, int sec=0)
return true if time is set correctly

virtual void Write(char *)
Write time in time format to buffer (man asctime)

char* Print()
Return pointer to string in time format

ESTime operator+ (RelTime)
Some operators for ESTime


This class has no child classes.
Author:
Jirka
See Also:

alphabetic index hierarchy of classes


generated by doc++