Return true if the specified lhs date is later than the specified rhs date, and false otherwise.
true
lhs
rhs
false
Declared in <bdlt_date.h>
<bdlt_date.h>
bool operator>( Date const& lhs, Date const& rhs);
Created with MrDocs