Click or drag to resize
Galactic API

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
)

Parameters

date
Type: SystemDateTime
The DateTime to compare against.

Return Value

Type: Int32
Less 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