CorDateTime: GreaterThanOrEqualTo

GreaterThanOrEqualTo

Determines if this instance is greater than or equal to another CorDateTime object.



 Public Function GreaterThanOrEqualTo(
	  ByVal Value As CorDateTime ) As Boolean

Parameters

Value
[ByVal] CorDateTime. The CorDateTime object to compare against.

Return Values

Boolean -  Returns True if this object is greater than or equal to the Value object.

Remarks

This is provided for quick comprisons of two CorDateTime Objects.

See Also

Project CorLib Overview

Class CorDateTime Overview