Liquid XML Runtime for .Net - CompareTo - 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 |
CompareResult CompareTo(XmlDateTime dateTime)
|
|
Property |
Description |
|
|
|
Argument dateTime |
The XmlDateTime to compare with this object |
|
|
|
Returns |
public enum CompareResult
{
equal = 0,
lessThan,
greaterThan,
indeterminate
}
|
|
|
|
Description |
Compares this XmlDateTime 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. |
|