EnhancedTimeSpan.Compare method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function Compare ( _
t1 As TimeSpan, _
t2 As TimeSpan _
) As Integer
'Usage
Dim t1 As TimeSpan
Dim t2 As TimeSpan
Dim returnValue As Integer
returnValue = EnhancedTimeSpan.Compare(t1, t2)
public static int Compare(
TimeSpan t1,
TimeSpan t2
)
Parameters
- t1
Type: System.TimeSpan
- t2
Type: System.TimeSpan
Return value
Type: System.Int32