ExDateTime.ToLongDateString Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function ToLongDateString As String
'Usage
Dim instance As ExDateTime
Dim returnValue As String
returnValue = instance.ToLongDateString()
public string ToLongDateString()
Return Value
Type: System.String
See Also