LiquidTechnologies.XmlObjects Namespace / LxDateTime.CompareResult Enumeration

In This Topic
    LxDateTime.CompareResult Enumeration
    In This Topic
    The result of comparing 2 LxDateTime objects
    Syntax
    'Declaration
     
    
    Public Enum LxDateTime.CompareResult 
       Inherits System.Enum
    public enum LxDateTime.CompareResult : System.Enum 
    Members
    MemberValueDescription
    Equal0The 2 LxDateTime values are equal
    GreaterThan2The LxDateTime is greater than the other LxDateTime
    Indeterminate3It is not possible to say if one LxDateTime is greater than the other (typically because they are not of the same type - you can not compare an xs:gYear to a xs:gMonth).
    LessThan1The LxDateTime is less than the other LxDateTime
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             LiquidTechnologies.XmlObjects.LxDateTime.CompareResult

    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also