Liquid XML Runtime for .Net - operator< and operator>
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 <( - XmlDateTimeSpan x, - XmlDateTimeSpan y)
static bool operator >( - XmlDateTimeSpan x, - XmlDateTimeSpan y)
static bool operator <=( - XmlDateTimeSpan x, - XmlDateTimeSpan y)
static bool operator >=( - XmlDateTimeSpan x, - XmlDateTimeSpan y)
|
|
Property |
Description |
|
|
|
Description |
Compares this - XmlDateTimeSpan with another - XmlDateTimeSpan. |
|
|
|
Remarks |
See w3c standards for the rules determining duration comparisons. |
|