ArcFM Responder Mobile Developer Guide
TimeOutage Method






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

Parameters

outageTime
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SubmitCallCommand Class
SubmitCallCommand Members

Send Feedback