ArcFM Server Developer Guide
formatDate Method


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

Parameters

varDate
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