| MvDateTimeCompareTo Method (DateTime) |
Compares the current instance to the specified DateTime
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(
DateTime dateTime
)
Public Overridable Function CompareTo (
dateTime As DateTime
) As Integer
public:
virtual int CompareTo(
DateTime dateTime
)
Parameters
- dateTime
- Type: SystemDateTime
The Date 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.
Exceptions See Also