ArcFM Engine Developer Guide
TimeOutage Method


Set call time to something other than "now"
Syntax
'Declaration
 
Public Function TimeOutage( _
   ByVal outageTime As Date _
) As SubmitCallCommand
'Usage
 
Dim instance As SubmitCallCommand
Dim outageTime As Date
Dim value As SubmitCallCommand
 
value = instance.TimeOutage(outageTime)
public SubmitCallCommand TimeOutage( 
   DateTime outageTime
)

Parameters

outageTime
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

SubmitCallCommand Class
SubmitCallCommand Members

 

 


Send Comment