FDO API Reference | Feature Data Objects |
#include <FdoTypes.h>
Definition at line 102 of file FdoTypes.h.
Public Member Functions | |
FdoDateTime (FdoInt16 _year, FdoInt8 _month, FdoInt8 _day, FdoInt8 _hour, FdoInt8 _minutes, float _seconds) | |
Construct a date time value. | |
FdoDateTime (FdoInt8 _hour, FdoInt8 _minutes, float _seconds) | |
Construct a time value. | |
FdoDateTime (FdoInt16 _year, FdoInt8 _month, FdoInt8 _day) | |
Construct a date value. | |
FdoDateTime () | |
Construct a NULL date time value. | |
bool | IsDate () |
Returns true if the date is valid. | |
bool | IsDateTime () |
Returns true if both the date and time is valid. | |
bool | IsTime () |
Returns true if the time is valid. | |
Public Attributes | |
FdoInt8 | day |
FdoInt8 | hour |
FdoInt8 | minute |
FdoInt8 | month |
float | seconds |
FdoInt16 | year |
|
Construct a NULL date time value.
Definition at line 111 of file FdoTypes.h. |
|
Construct a date value.
Definition at line 130 of file FdoTypes.h. |
|
Construct a time value.
Definition at line 149 of file FdoTypes.h. |
|
Construct a date time value.
Definition at line 174 of file FdoTypes.h. |
|
Returns true if the date is valid.
Definition at line 186 of file FdoTypes.h. |
|
Returns true if both the date and time is valid.
Definition at line 202 of file FdoTypes.h. |
|
Returns true if the time is valid.
Definition at line 194 of file FdoTypes.h. |
|
Definition at line 206 of file FdoTypes.h. |
|
Definition at line 207 of file FdoTypes.h. |
|
Definition at line 208 of file FdoTypes.h. |
|
Definition at line 205 of file FdoTypes.h. |
|
Definition at line 209 of file FdoTypes.h. |
|
Definition at line 204 of file FdoTypes.h. |
Comments or suggestions? Send us feedback. |