ArcFM Responder Mobile Developer Guide
LastRecordedInterruptionBegin Property






Last recorded interruption in specified period
Syntax
'Declaration
 
Public ReadOnly Property LastRecordedInterruptionBegin As System.Date
'Usage
 
Dim instance As CauseOutageAccumulator
Dim value As System.Date
 
value = instance.LastRecordedInterruptionBegin
public System.DateTime LastRecordedInterruptionBegin {get;}
public read-only property LastRecordedInterruptionBegin: System.DateTime; 
public function get LastRecordedInterruptionBegin : System.DateTime
public: __property System.DateTime get_LastRecordedInterruptionBegin();
public:
property System.DateTime LastRecordedInterruptionBegin {
   System.DateTime get();
}
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

CauseOutageAccumulator Class
CauseOutageAccumulator Members

Send Feedback