NullableTypes Class Library

NullableDateTime.GreaterThanOrEqual Method 

Compare two NullableDateTime instances.

[Visual Basic]
Public Shared Function GreaterThanOrEqual( _
   ByVal x As NullableDateTime, _
   ByVal y As NullableDateTime _
) As NullableBoolean
[C#]
public static NullableBoolean GreaterThanOrEqual(
   NullableDateTime x,
   NullableDateTime y
);

Parameters

x
Instance to compare from.
y
Instance to compare to.

Return Value

True if x is greater than or equal to y, null value if one or both of the instances are NullableDatetime.Null, false if x is less than y.

See Also

NullableDateTime Class | NullableTypes Namespace