cDateTime: GreaterThanOrEqualTo

GreaterThanOrEqualTo

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



 Public Function GreaterThanOrEqualTo(
	  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 or equal to the dt object.

Remarks

This is provided for quick comprisons of two cDateTimeObjects.

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods GreaterThan Hour (get)