Responder Developer Guide
GetAmiMetersNotRestored Method


Syntax
'Declaration
 
Public Function GetAmiMetersNotRestored( _
   ByVal startTime As Date, _
   ByVal endTime As Date _
) As DataSet
'Usage
 
Dim instance As AmiRestoredMeterChecker
Dim startTime As Date
Dim endTime As Date
Dim value As DataSet
 
value = instance.GetAmiMetersNotRestored(startTime, endTime)
public DataSet GetAmiMetersNotRestored( 
   DateTime startTime,
   DateTime endTime
)

Parameters

startTime
endTime
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

AmiRestoredMeterChecker Class
AmiRestoredMeterChecker Members

 

 


Send Comment