#include <Timehasp.h>
Public Types | |
enum | { Default = -1, Today = 0 } |
Public Member Functions | |
HASP_EXPORT | TimehaspDate (time_t aTime=Default) |
HASP_EXPORT | TimehaspDate (THMonth mm, THDay dd, THYear yy) |
bool | Valid () const |
int | Month () const |
int | Day () const |
int | Year () const |
int | APIYear () const |
Private Member Functions | |
void | Init (time_t aTime) |
void | Check () |
Private Attributes | |
int | month |
int | day |
int | year |
bool | valid |
Friends | |
class | TimeHasp |
Definition at line 144 of file Timehasp.h.
|
Definition at line 151 of file Timehasp.h. |
|
|
|
|
|
Definition at line 162 of file Timehasp.h. References year. |
|
|
|
Definition at line 160 of file Timehasp.h. References day. |
|
|
|
Definition at line 159 of file Timehasp.h. References month. |
|
Definition at line 158 of file Timehasp.h. References valid. |
|
Definition at line 161 of file Timehasp.h. References year. |
|
Definition at line 146 of file Timehasp.h. |
|
Definition at line 169 of file Timehasp.h. Referenced by Day(). |
|
Definition at line 168 of file Timehasp.h. Referenced by Month(). |
|
Definition at line 171 of file Timehasp.h. Referenced by Valid(). |
|
Definition at line 170 of file Timehasp.h. |
Generated on Thu Oct 27 11:47:04 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001