GreaterThan
Returns a boolean indicating if the Left TimeSpan instance is greater-than the Right instance.
Public Function GreaterThan(
ByRef Left As TimeSpan,
ByRef Right As TimeSpan ) As Boolean
Parameters
- Left
-
[ByRef]
TimeSpan.
The TimeSpan on the left-hand side of the equality.
- Right
-
[ByRef]
TimeSpan.
The TimeSpan on the right-hand side of the equality.
Return Values
Boolean - Returns True if the Left instance is greater-than the Right instance, False otherwise.
Remarks
This method will treat a value of Nothing as zero.
See Also
Project CorLib Overview
Class TimeSpanStatic Overview