| MvDateTimeCompareTo Method (Object) |
Compares the current instance to another object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual int CompareTo(
Object obj
)
Public Overridable Function CompareTo (
obj As Object
) As Integer
public:
virtual int CompareTo(
Object^ obj
)
Parameters
- obj
- Type: SystemObject
The object to be compared.
Return Value
Type:
Int320 if the two dates are equal, less than
0
if the argument is later than this date, and a value greater
than
0 otherwise.
Implements
IComparableCompareTo(Object)Exceptions Remarks
If the object is an instance of MvDateTime, this
function behaves like CompareTo(MvDateTime).
Otherwise, it throws a CastClassException.
See Also