nn::nex::DateTime::DateTime Constructor

Syntax

DateTime(
     qUnsignedInt16 uiYear,
     qUnsignedInt8 uiMonth,
     qUnsignedInt8 uiDay,
     qUnsignedInt8 uiHour,
     qUnsignedInt8 uiMinute,
     qUnsignedInt8 uiSecond
);

Parameters

Name Description
in uiYear The year represented by the DateTime object. The valid range is from 1900 through 9999.
in uiMonth The month represented by the DateTime object. The valid range is from 01 through 12.
in uiDay The day represented by the DateTime object. The valid range is from 01 through 31.
in uiHour The hour represented by the DateTime object. The valid range is from 00 through 23.
in uiMinute The minute represented by the DateTime object. The valid range is from 00 through 59.
in uiSecond The seconds represented by the DateTime object. The valid range is from 00 through 59.

Description

Constructor.

Revision History

2012/01/27
Initial version.

CONFIDENTIAL