ArcFM Engine Developer Guide
GetOutageBin Method


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

Parameters

outageTime
Date

Return Value

Miner.Responder.Shared.OutageBin instance or null
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MajorEventDayManager Class
MajorEventDayManager Members

 

 


Send Comment