17 #ifndef _RL_TIME_V1_H_ 18 #define _RL_TIME_V1_H_ 28 rlTime(
int Year=0,
int Month=0,
int Day=0,
int Hour=0,
int Minute=0,
int Second=0,
int Millisecond=0);
33 const char *
toString(
const char *format);
const char * getTimeString()
int operator>=(rlTime &time)
rlTime & operator-=(rlTime &time)
const char * toString(const char *format)
void setTimeFromIsoString(const char *iso_time_string)
const char * getIsoTimeString()
int operator==(rlTime &time)
int operator<=(rlTime &time)
rlTime operator-(rlTime &time)
rlTime & operator+=(rlTime &time)
rlTime operator+(rlTime &time)
int getFileModificationTime(const char *filename)
double secondsSinceEpoche()
rlTime(int Year=0, int Month=0, int Day=0, int Hour=0, int Minute=0, int Second=0, int Millisecond=0)
int operator>(rlTime &time)
void setTimeFromString(const char *time_string)
int operator<(rlTime &time)