nn::os::Tick::operator+ Member Function

Syntax

#include <nn/os.h>

Tick operator+(
     fnd::TimeSpan rhs
) const;

Arguments

Name Description
in rhs TimeSpan that gets the sum.

Return Values

Returns the Tick that holds the tick value that is the same as the sum of the local host value and the rhs value converted to ticks.

Description

Finds the sum with the TimeSpan.


CONFIDENTIAL