nn::fnd::DateTime::operator+ Friend Function

Syntax

#include <nn/fnd.h>

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

Arguments

Name Description
lhs
rhs

Return Values

Description

The + operator for the DateTime and TimeSpan classes.


CONFIDENTIAL