CorDateTime: GreaterThan

GreaterThan

Determines if this instance is greater than another CorDateTime object.



 Public Function GreaterThan(
	  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 the Value object.

Remarks

This is provided for quick comparisions of two CorDateTime objects.

See Also

Project CorLib Overview

Class CorDateTime Overview