Share via


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

See also

Reference

ExDateTime structure

ExDateTime members

Microsoft.Exchange.ExchangeSystem namespace