Cdaqdarwindatetime::getfullyear, Cdaqdarwindatetime::gethour, Cdaqdarwindatetime::getminute – Yokogawa PC-Based MX100 User Manual

Page 462: Cdaqdarwindatetime::getmonth

Advertising
background image

7-64

IM MX190-01E

CDAQDARWINDateTime::getFullYear

Syntax

int getFullYear(void);

Description

Gets the year from the data member.

Corrects the last 2 digits and returns a 4 digit value.

Return value

Returns the year.

Reference

getYear

CDAQDARWINDateTime::getHour

Syntax

int getHour(void);

Description

Gets the hours from the data member.

Return value

Returns the hours.

CDAQDARWINDateTime::getMinute

Syntax

int getMinute(void);

Description

Gets the minutes from the data member.

Return value

Returns the minutes.

CDAQDARWINDateTime::getMonth

Syntax

int getMonth(void);

Description

Gets the month from the data member.

Return value

Returns the month.

7.4 Details of the DARWIN Class

Advertising