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

class BasicTime

Ancestor for working with time

Inheritance:

BasicTime


Public


void SetTime (long t = 0)
Set time in seconds

Set time in string format (yy:mm:dd:hh:mm:ss),
bool SetTime (char *)
for easy implementation are month 30 days and year 365 days
void SetTime (int day, int hour, int min=0, int sec=0)
Set time in days, hours, minutes and seconds
long GetTime ()
Get time in seconds
virtual void Write (char *buff)
Write time in seconds to buffer

Protected



Documentation

Ancestor for working with time. Implements basic method SetTime, GetTime.

void SetTime(long t = 0)
Set time in seconds

Set time in string format (yy:mm:dd:hh:mm:ss),

bool SetTime(char *)
for easy implementation are month 30 days and year 365 days

void SetTime(int day, int hour, int min=0, int sec=0)
Set time in days, hours, minutes and seconds

long GetTime()
Get time in seconds

virtual void Write(char *buff)
Write time in seconds to buffer


Direct child classes:
RelTime
ESTime
Author:
Jirka
See Also:

alphabetic index hierarchy of classes


generated by doc++