Click or drag to resize

TimeOfDayCompareTo Method

Compares to another TimeOfDay.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public int CompareTo(
	TimeOfDay other
)
Request Example View Source

Parameters

other
Type: Koopman.CheckPoint.CommonTimeOfDay
The other TimeOfDay.

Return Value

Type: Int32
A value that indicates the relative order of the objects being compared.

Implements

IComparableTCompareTo(T)
See Also