ArcFM Engine Developer Guide
FindCustomerCountsForTimePeriodRequest Constructor


Builds a request which returns all customers for defined period. Returned dataset containes all the customer counts records for the given time period... ...and estimated values for boundary dates, if they don't exist in DB
Syntax
'Declaration
 
Public Function New( _
   ByVal periodBegin As Date, _
   ByVal periodEnd As Date _
)
'Usage
 
Dim periodBegin As Date
Dim periodEnd As Date
 
Dim instance As New FindCustomerCountsForTimePeriodRequest(periodBegin, periodEnd)
public FindCustomerCountsForTimePeriodRequest( 
   DateTime periodBegin,
   DateTime periodEnd
)

Parameters

periodBegin
periodEnd
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

FindCustomerCountsForTimePeriodRequest Class
FindCustomerCountsForTimePeriodRequest Members

 

 


Send Comment