Compartir a través de


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

Return Value

Type: System.Boolean