Liquid XML Data Binder
and
Liquid XML Objects
Documentation
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.lessThan or CompareResult::equal (for <=)
Description
Compares this CDateTime with another CDateTime.
Remarks
Also See
CompareTo