Sdílet prostřednictvím


IXTLRuntime.formatTime-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(195)> _
Function formatTime ( _
    <InAttribute> varTime As Object, _
    <InAttribute> bstrFormat As String, _
    <InAttribute> <OptionalAttribute> varDestLocale As Object _
) As String
'Usage
Dim instance As IXTLRuntime
Dim varTime As Object
Dim bstrFormat As String
Dim varDestLocale As Object
Dim returnValue As String

returnValue = instance.formatTime(varTime, bstrFormat, varDestLocale)
[DispIdAttribute(195)] 
string formatTime (
    [InAttribute] Object varTime,
    [InAttribute] string bstrFormat,
    [OptionalAttribute] [InAttribute] Object varDestLocale
)

Parameter

  • varTime
  • bstrFormat
  • varDestLocale

Siehe auch

Referenz

IXTLRuntime-Schnittstelle
IXTLRuntime-Member
Microsoft.Office.Interop.InfoPath.Xml-Namespace