LiteSQL  0.3.10
Public Member Functions | List of all members
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
 
TimesetHour (int d)
 
TimesetMin (int m)
 
TimesetSec (int y)
 
TimesetSecs (int secs)
 

Detailed Description

holds time of day


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

SourceForge.net Logo