Click or drag to resize

DateRangeCompareTo Method

Compares the DateRange based to the bytes representation.

Namespace:  Dse.Search
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public int CompareTo(
	DateRange other
)

Parameters

other
Type: Dse.SearchDateRange

Return Value

Type: Int32

Implements

IComparableTCompareTo(T)
See Also