ExDateTime.GreaterThan Operator
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Operator > ( _
t1 As ExDateTime, _
t2 As ExDateTime _
) As Boolean
'Usage
Dim t1 As ExDateTime
Dim t2 As ExDateTime
Dim returnValue As Boolean
returnValue = (t1 > t2)
public static bool operator >(
ExDateTime t1,
ExDateTime t2
)
Parameters
Return Value
Type: System.Boolean
See Also