ILicWizExternal.FormatDate Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function FormatDate ( _
    date As DateTime, _
    pFormat As String _
) As String
'Usage
Dim instance As ILicWizExternal
Dim date As DateTime
Dim pFormat As String
Dim returnValue As String

returnValue = instance.FormatDate(date, _
    pFormat)
string FormatDate(
    DateTime date,
    string pFormat
)

Parameters

Return Value

Type: System.String

See Also

Reference

ILicWizExternal Interface

ILicWizExternal Members

Microsoft.Office.Core Namespace