ExDateTime.ToDateTimeArray Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Shared Function ToDateTimeArray ( _
exDateTime As ExDateTime() _
) As DateTime()
'Usage
Dim exDateTime As ExDateTime()
Dim returnValue As DateTime()
returnValue = ExDateTime.ToDateTimeArray(exDateTime)
public static DateTime[] ToDateTimeArray(
ExDateTime[] exDateTime
)
Parameters
- exDateTime
Type: []
Return Value
Type: []
See Also