cDateTime: GreaterThan

GreaterThan

Determines if this instance is greater than another cDateTime object.



 Public Function GreaterThan(
	  ByRef dt As cDateTime ) As Boolean

Parameters

dt
[ByRef] cDateTime. The cDateTime object to compare against.

Return Values

Boolean -  Returns True if this object is greater than the dt object.

Remarks

This is provided for quick comparisions of two cDateTime objects.

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods GetHashCode GreaterThanOrEqualTo