nn::fnd::TimeSpan::operator+ Friend Function

Syntax

friend TimeSpan operator+(
     const TimeSpan & lhs,
     const TimeSpan & rhs
);

Parameters

Name Description
in lhs Time for getting the sum.
in rhs Time for getting the sum.

Return Values

Returns the TimeSpan that has the length of time that is the same as the sum of the lengths of time for lhs and rhs.

Description

Finds the sum of lengths of time.


CONFIDENTIAL