cDateTime: NotEqualTo

NotEqualTo

Determines if this instance is not equal to another cDateTime object.



 Public Function NotEqualTo(
	  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 not 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 Month (get) Second (get)