ArcFM Responder Mobile 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 System.Date, _
   ByVal periodEnd As System.Date _
)
'Usage
 
Dim periodBegin As System.Date
Dim periodEnd As System.Date
 
Dim instance As New FindCustomerCountsForTimePeriodRequest(periodBegin, periodEnd)
public FindCustomerCountsForTimePeriodRequest( 
   System.DateTime periodBegin,
   System.DateTime periodEnd
)
public FindCustomerCountsForTimePeriodRequest( 
    periodBegin: System.DateTime;
    periodEnd: System.DateTime
); 
public function FindCustomerCountsForTimePeriodRequest( 
   periodBegin : System.DateTime,
   periodEnd : System.DateTime
);
public: FindCustomerCountsForTimePeriodRequest( 
   System.DateTime periodBegin,
   System.DateTime periodEnd
)
public:
FindCustomerCountsForTimePeriodRequest( 
   System.DateTime periodBegin,
   System.DateTime periodEnd
)

Parameters

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

FindCustomerCountsForTimePeriodRequest Class
FindCustomerCountsForTimePeriodRequest Members

Send Feedback