| EventCompareTo Method (DateTime) |
Compares this Event to a DateTime based upon the date of the event.
Namespace:
Galactic.EventLog
Assembly:
Galactic.EventLog (in Galactic.EventLog.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public int CompareTo(
DateTime date
)
Public Function CompareTo (
date As DateTime
) As Integer
public:
virtual int CompareTo(
DateTime date
) sealed
abstract CompareTo :
date : DateTime -> int
override CompareTo :
date : DateTime -> int
Parameters
- date
- Type: SystemDateTime
The DateTime to compare against.
Return Value
Type:
Int32Less than zero if this event occurred before the date supplied.
Zero if this event occurred at the same time as the date supplied.
Greater than zero if this event occured after the date supplied.
Implements
IComparableTCompareTo(T)See Also