Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CDateTime / C++ operator>=
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 or CompareResult::equal (for >=)  
        Description Compares this CDateTime with another CDateTime.  
        Remarks Also See CompareTo