Liquid XML Data Binder (C++, Java, VB6) / Reference / C# and VB .Net (Deprecated - use Liquid XML Objects) / Reference / XmlDateTime / Liquid XML Runtime for .Net - operator< - XmlDateTime
In This Topic
    Liquid XML Runtime for .Net - operator< - XmlDateTime
    In This Topic
    This feature has been superseded by Liquid XML Objects.
    (The original functionality is still included in the product)
    Use Liquid XML Objects

    static bool operator<(XmlDateTime x, XmlDateTime y)

      Property Description  
        Argument y The XmlDateTime to compare with  
        Return true if the result from CompareTo is CompareResult.lessThan (for <)  
        Description Compares this XmlDateTime with another XmlDateTime.  
        Remarks Also See CompareTo