ArcFM Responder Mobile Developer Guide
OutageTime Property






Gets or sets the outage time of the incident.
Syntax
'Declaration
 
Public Property OutageTime As System.Date
'Usage
 
Dim instance As CreateIncidentOnDevice
Dim value As System.Date
 
instance.OutageTime = value
 
value = instance.OutageTime
public System.DateTime OutageTime {get; set;}
public read-write property OutageTime: System.DateTime; 
public function get,set OutageTime : System.DateTime
public: __property System.DateTime get_OutageTime();
public: __property void set_OutageTime( 
   System.DateTime value
);
public:
property System.DateTime OutageTime {
   System.DateTime get();
   void set (    System.DateTime value);
}

Property Value

The outage time of the incident.
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

CreateIncidentOnDevice Class
CreateIncidentOnDevice Members

Send Feedback