Cdaqdarwindatetime::getdarwindatetime, Cdaqdarwindatetime::getday – Yokogawa PC-Based MX100 User Manual
Page 461
![background image](/manuals/360310/461/background.png)
7-63
IM MX190-01E
DARWIN - Visual C++ -
7
Member Functions (Alphabetical Order)
CDAQDARWINDateTime::CDAQDARWINDateTime
Syntax
CDAQDARWINDateTime(DarwinDateTime * pDarwinDateTime = NULL);
CDAQDARWINDateTime(int iYaer, int iMonth, int iDay, int iHour
= 0, int iMinute = 0, int iSecond = 0);
virtual ~CDAQDARWINDateTime(void);
Parameters
pDarwinDateTime
Specify the time information data.
iYaer
Specify the last two digits of the year.
iMonth
Specify the month.
iDay
Specify the day.
iHour
Specify the hours.
iMinute
Specify the minutes.
iSecond
Specify the seconds.
Description
Constructs or destructs an object. When constructing, the specified data is stored in
the data member. If not specified, the data member is initialized.
Reference
initialize setDarwinDateTime toDateTime
CDAQDateTime::CDAQDateTime
CDAQDARWINDateTime::getDarwinDateTime
Syntax
void getDarwinDateTime(DarwinDateTime * pDarwinDateTime);
Parameters
pDarwinDateTime
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.
CDAQDARWINDateTime::getDay
Syntax
int getDay(void);
Description
Gets the day from the data member.
Return value
Returns the day.
7.4 Details of the DARWIN Class