nn::fnd::DateTime::operator> Friend Function

Syntax

#include <nn/fnd.h>

friend bool operator>(
     const DateTime & lhs,
     const DateTime & rhs
);

Parameters

Name Description
lhs
rhs

Return Values

Description

The > operator between two DateTime classes.


CONFIDENTIAL