| Home | How To | Online Documentation | Support | Download | Order |
|
|
SADateTime(); SADateTime( const SADateTime &other ); SADateTime( const struct tm &
tmValue ); SADateTime( const struct timeb &tmbValue); SADateTime( const struct timeval &tmvValue); SADateTime( double dValue ); SADateTime( int nYear, int nMonth, int nDay, int nHour, int nMin, int nSec ); All of these constructors initialize a new SADateTime object. Parametersother. A reference to the existing SADateTime object.
tmValue. A struct tm object represents
date/time value in standard C structure. tmbValue. A struct timeb object represents
date/time value in standard C structure used by ftime routine. tmvValue. A struct timeval object represents date/time value in standard C structure used by gettimeofday routine. dValue. Floating-point value, measuring days from midnight, 30 December 1899. nYear, nMonth, nDay, nHour, nMin, nSec. Indicate the date and time values to be copied into the new SADateTime object. Remarks
Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||