7cdaqdarwindatetime::tostring – Yokogawa PC-Based MX100 User Manual

Page 467

Advertising
background image

7-69

IM MX190-01E

DARWIN - Visual C++ -

7

CDAQDARWINDateTime::toString

Syntax

int toString(char * strDateTime, int lenDateTime);

Parameters

strDateTime

Specify the field where the string is to be stored.

lenDateTime

Specify the byte size of the field where the string is to be stored.

Description

Converts the time information data from the data member into a string and stores to
the specified field.

The format is YY/MM/DD,hh:mm:ss. This is the parameter of the SD command of
the DARWIN communication function..

Return value

Returns the length of the created string.

7.4 Details of the DARWIN Class

Advertising