Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CDateTime / C++ CompareTo
In This Topic
    C++ CompareTo
    In This Topic
    DTCompareResult (const CDateTime& dateTime) const;
      Property Description  
        Argument dateTime The CDateTime to compare with this object  
        Returns
    enum DTCompareResult
    {
            dt_equal = 0,
            dt_lessThan,
            dt_greaterThan,
            dt_indeterminate
    };
                                            
    
     
        Description Compares this CDateTime with another  
        Remarks Similar to java.lang.Comparable#compareTo(Object), except the result may be Indeterminate depending on the current state as according to the rules of the W3C XML Schema specification.