Liquid XML Data Binder (C++, Java, VB6) / Reference / Java / Reference / com.liquid_technologies.ltxmllib21 / DateTime / Java afterEquals - DateTime
    Java afterEquals - DateTime
    public boolean afterEqual(DateTime date) throws LtInvalidStateException
      Property Description  
        Argument - date The DateTime to compare this one with  
        Return true if the result from CompareTo is CompareResult.greaterThan or CompareResult.equal etc.  
        Description Compares this DateTime with another DateTime.  
        Remarks Also See compareTo