CorDateTime: LessThan

LessThan

Determines if this instance is less than another CorDateTime object.



 Public Function LessThan(
	  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 less than the Value object.

Remarks

This is provided for quick comprisons of two CorDateTime Objects.

See Also

Project CorLib Overview

Class CorDateTime Overview