Owner manual

2-160 IM MX190-01E
Member Functions (Alphabetical Order)
CDAQMXDateTime::CDAQMXDateTime
Syntax
CDAQMXDateTime(time_t time = 0, int milliSecond = 0);
CDAQMXDateTime(MXDateTime * pMXDateTime);
virtual ~CDAQMXDateTime(void);
Parameters
time Specify seconds.
milliSecond Specify milliseconds.
pMXDateTime Specify the time information data.
Description
Constructs or destructs an object.
When constructing, the data member is set to the specified value. If not specified,
the data member is initialized.
Reference
setMXDateTime
CDAQMXDateTime::getMXDateTime
Syntax
void getMXDateTime(MXDateTime * pMXDateTime);
Parameters
pMXDateTime Specify the destination where the time information data is to be
returned.
Description
Gets the data in a structure.
Stores the contents of the data member in the specified structure.
2.5 Details of the MX100 Class