'DeclarationPublic Enum LxDateTime.CompareResult Inherits System.Enum
public enum LxDateTime.CompareResult : System.Enum
'DeclarationPublic Enum LxDateTime.CompareResult Inherits System.Enum
public enum LxDateTime.CompareResult : System.Enum
| Member | Value | Description |
|---|---|---|
| Equal | 0 | The 2 LxDateTime values are equal |
| GreaterThan | 2 | The LxDateTime is greater than the other LxDateTime |
| Indeterminate | 3 | It 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). |
| LessThan | 1 | The LxDateTime is less than the other LxDateTime |
System.Object
System.ValueType
System.Enum
LiquidTechnologies.XmlObjects.LxDateTime.CompareResult
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.