ExTimeZoneHelperForMigrationOnly.ToExDateTimeIfObjectIsDateTime Method (ExTimeZone, Object)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function ToExDateTimeIfObjectIsDateTime ( _
timeZone As ExTimeZone, _
value As Object _
) As Object
'Usage
Dim timeZone As ExTimeZone
Dim value As Object
Dim returnValue As Object
returnValue = ExTimeZoneHelperForMigrationOnly.ToExDateTimeIfObjectIsDateTime(timeZone, _
value)
public static Object ToExDateTimeIfObjectIsDateTime(
ExTimeZone timeZone,
Object value
)
Return Value
Type: System.Object