TechTalk Genome v4.2

NullableDateTime.CompareTo Method 

Compares this instance to a specified object and returns an indication of their relative values.

public int CompareTo(
   object value
);

Parameters

value
An object to compare, or a null reference.

Return Value

A signed number indicating the relative values of this instance and value. See DateTime.

Implements

IComparable.CompareTo

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDateTime Class | TechTalk.Genome.NullableTypes Namespace