Liquid XML Data Binder
Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ /
Reference
/
CDateTime
/ C++ operator>
Collapse All
Expand All
In This Topic
C++ operator>
In This Topic
bool operator>(const CDateTime& date) const
Property
Description
Argument date
Return
true if the result from CompareTo is CompareResult.greaterThan (for >)
Description
Compares this CDateTime with another CDateTime.
Remarks
Also See
CompareTo