Click or drag to resize

TimeZoneCompareTo Method

Compares two TimeZone objects for ordering. TimeZones are ordered by ascending Bias.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
The other TimeZone object to compare.

Return Value

Type: Int32
A positive number if this TimeZone is larger, zero if equal, a negative number if the other TimeZone is larger.

Implements

IComparableCompareTo(Object)
See Also