LiteSQL 0.3.10
litesql::Time Class Reference

holds time of day More...

#include <datetime.hpp>

Public Member Functions

 Time (int secs=0)
 Time (int hour, int min, int sec)
int hour () const
int min () const
int sec () const
int secs () const
string asString (string format="%u") const
Time & setHour (int d)
Time & setMin (int m)
Time & setSec (int y)
Time & setSecs (int secs)

Detailed Description

holds time of day


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

SourceForge.net Logo