TimeSpan: GreaterThan

GreaterThan

Returns if this TimeSpan instance is greater than another TimeSpan instance.



 Public Function GreaterThan(
	  ByRef ts As TimeSpan ) As Boolean

Parameters

ts
[ByRef] TimeSpan. The TimeSpan object to compare this instance against.

Return Values

Boolean -  Returns True if this is greater that, False otherwise.

Remarks

See Also

Project VBCorLib Overview Class TimeSpan Overview TimeSpan Properties TimeSpan Methods GetHashCode Hours (get)