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 difference.
in rhs Time for getting the difference.

Return Values

Returns the TimeSpan that has the length of time that is the same as the difference in the lengths of time between lhs and rhs.

Description

Finds the difference in lengths of time.


CONFIDENTIAL