ExDateTime.LessThan 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