ArcFM Responder Mobile Developer Guide
FirstRecordedInterruptionBegin Property






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