nn::fnd::TimeSpan::operator<= Friend Function

Syntax

friend bool operator<=(
     const TimeSpan & lhs,
     const TimeSpan & rhs
);

Parameters

Name Description
in lhs The time for comparison.
in rhs The time for comparison.

Return Values

Returns TRUE when lhs is shorter than or equal to rhs; returns FALSE otherwise.

Description

Determines if the length of time is shorter or equal.


CONFIDENTIAL