nn::nex::Time::operator+= Member Function

Syntax

Time & operator+=(
     TimeInterval tiTime
);

Parameters

Name Description
in tiTime Specifies the value to add.

Return Values

Returns the Time object after the addition.

Description

The addition assignment operator.

Revision History

2012/10/15
Initial version.

CONFIDENTIAL