FDO API Reference Feature Data Objects
FdoDateTime::FdoDateTime ( FdoInt16  _year,
FdoInt8  _month,
FdoInt8  _day,
FdoInt8  _hour,
FdoInt8  _minutes,
float  _seconds 
) [inline]

Construct a date time value.

Parameters:
_year Input year
_month Input month
_day Input day of month
_hour Input hour
_minutes Input minutes
_seconds Input seconds
Returns:
Returns nothing.

Definition at line 174 of file FdoTypes.h.

References day, hour, minute, month, seconds, and year.


Comments or suggestions? Send us feedback.