ExDateTime.IsValidDateTime method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function IsValidDateTime ( _
dateTime As DateTime _
) As Boolean
'Usage
Dim dateTime As DateTime
Dim returnValue As Boolean
returnValue = ExDateTime.IsValidDateTime(dateTime)
public static bool IsValidDateTime(
DateTime dateTime
)
Parameters
- dateTime
Type: System.DateTime
Return value
Type: System.Boolean