IXTLRuntime.formatDate-Methode
Dieser Typ oder Member ist ein Proxy für ein Objekt oder Member von Microsoft XML Core Services 5.0 (MSXML). Informationen zur Verwendung des MSXML-Objekts oder -Members, der von diesem Typ oder Member eingeschlossen wird, finden Sie unter Microsoft XML Core Services (MSXML) SDK bei MSDN. Weitere Informationen zur Verwendung von MSXML-Objekten oder -Membern aus verwaltetem Code heraus finden Sie unter Arbeiten mit MSXML5 und System.Xml mit dem InfoPath 2003-Objektmodell.
Namespace: Microsoft.Office.Interop.InfoPath.Xml
Assembly: Microsoft.Office.Interop.InfoPath.Xml (in microsoft.office.interop.infopath.xml.dll)
Syntax
'Declaration
<DispIdAttribute(194)> _
Function formatDate ( _
<InAttribute> varDate As Object, _
<InAttribute> bstrFormat As String, _
<InAttribute> <OptionalAttribute> varDestLocale As Object _
) As String
'Usage
Dim instance As IXTLRuntime
Dim varDate As Object
Dim bstrFormat As String
Dim varDestLocale As Object
Dim returnValue As String
returnValue = instance.formatDate(varDate, bstrFormat, varDestLocale)
[DispIdAttribute(194)]
string formatDate (
[InAttribute] Object varDate,
[InAttribute] string bstrFormat,
[OptionalAttribute] [InAttribute] Object varDestLocale
)
Parameter
- varDate
- bstrFormat
- varDestLocale
Siehe auch
Referenz
IXTLRuntime-Schnittstelle
IXTLRuntime-Member
Microsoft.Office.Interop.InfoPath.Xml-Namespace