ArcFM Responder Mobile Developer Guide
GetOutageBin Method






Date
Get Outage Bin for specified date from Major Event Day accumulator
Syntax
'Declaration
 
Public Function GetOutageBin( _
   ByVal outageTime As System.Date _
) As OutageBin
'Usage
 
Dim instance As MajorEventDayManager
Dim outageTime As System.Date
Dim value As OutageBin
 
value = instance.GetOutageBin(outageTime)
public OutageBin GetOutageBin( 
   System.DateTime outageTime
)
public function GetOutageBin( 
    outageTime: System.DateTime
): OutageBin; 
public function GetOutageBin( 
   outageTime : System.DateTime
) : OutageBin;
public: OutageBin* GetOutageBin( 
   System.DateTime outageTime
) 
public:
OutageBin^ GetOutageBin( 
   System.DateTime outageTime
) 

Parameters

outageTime
Date

Return Value

Miner.Responder.Shared.OutageBin instance or null
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

MajorEventDayManager Class
MajorEventDayManager Members

Send Feedback