Share via


ExDateTime Explicit conversion (ExDateTime to DateTime)

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    exDateTime As ExDateTime _
) As DateTime
'Usage
Dim input As ExDateTime
Dim output As DateTime

output = CType(input, DateTime)
public static explicit operator DateTime (
    ExDateTime exDateTime
)

Parameters

Return value

Type: System.DateTime

See also

Reference

ExDateTime structure

ExDateTime members

Explicit overload

Microsoft.Exchange.ExchangeSystem namespace