ArcFM Desktop Developer Guide
formatTime Method


Syntax
'Declaration
 
<DispIdAttribute(195)>
Function formatTime( _
   ByVal varTime As Object, _
   ByVal bstrFormat As String, _
   Optional ByVal varDestLocale As Object _
) As String
'Usage
 
Dim instance As IXTLRuntime
Dim varTime As Object
Dim bstrFormat As String
Dim varDestLocale As Object
Dim value As String
 
value = instance.formatTime(varTime, bstrFormat, varDestLocale)
[DispId(195)]
string formatTime( 
   object varTime,
   string bstrFormat,
   object varDestLocale
)

Parameters

varTime
bstrFormat
varDestLocale
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IXTLRuntime Interface
IXTLRuntime Members

 

 


Send Comment