Compartir a través de


ExDateTime.ToString Method (String, IFormatProvider)

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

Syntax

'Declaration
Public Function ToString ( _
    format As String, _
    provider As IFormatProvider _
) As String
'Usage
Dim instance As ExDateTime
Dim format As String
Dim provider As IFormatProvider
Dim returnValue As String

returnValue = instance.ToString(format, _
    provider)
public string ToString(
    string format,
    IFormatProvider provider
)

Parameters

Return Value

Type: System.String

Implements

IFormattable.ToString(String, IFormatProvider)