LiteSQL 0.3.10
litesql::Date Class Reference

holds date More...

#include <datetime.hpp>

Public Member Functions

 Date (time_t t=0)
 crops time of day to 00:00:00
 Date (int day, int month, int year)
int day () const
int dayOfWeek () const
int month () const
int year () const
time_t timeStamp () const
TimeStruct timeStruct () const
DatesetDay (int d)
DatesetMonth (int m)
DatesetYear (int y)
DatesetTimeStamp (time_t t)
string asString (string format="%u") const

Detailed Description

holds date


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

SourceForge.net Logo