ArcFM Solution Developer Guide
OutageTimeSpan Method


The identifier of the region.
The type of the account.
The number of customers affected in the region.
The total time span the affected customers have been without power.
Accesses information on the outage time spans associated with a region and account type.
Syntax
'Declaration
 
Public Function OutageTimeSpan( _
   ByVal regionId As System.Integer, _
   ByVal accountType As System.Integer, _
   ByRef count As System.Integer, _
   ByRef timeSpan As System.TimeSpan _
) As System.Boolean
'Usage
 
Dim instance As OutageTimeByAccountTypeRequest
Dim regionId As System.Integer
Dim accountType As System.Integer
Dim count As System.Integer
Dim timeSpan As System.TimeSpan
Dim value As System.Boolean
 
value = instance.OutageTimeSpan(regionId, accountType, count, timeSpan)
public System.bool OutageTimeSpan( 
   System.int regionId,
   System.int accountType,
   out System.int count,
   out System.TimeSpan timeSpan
)

Parameters

regionId
The identifier of the region.
accountType
The type of the account.
count
The number of customers affected in the region.
timeSpan
The total time span the affected customers have been without power.

Return Value

True if the region and account type has outage information, else false.
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

OutageTimeByAccountTypeRequest Class
OutageTimeByAccountTypeRequest Members

 

 


Send Comment