Compartir a través de


ExDateTime Explicit Conversion (DateTime to ExDateTime)

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

Syntax

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

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

Parameters