Share via


RetailStoreTable.numberOfItemsSold Method

Gets the sum of the number of items for the specified store.

Syntax

public int numberOfItemsSold(
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _fromTime, 
    ToTime _toTime)

Run On

Called

Parameters

Return Value

Type: int
The sum of the number of items for a given store.

See Also

Reference

RetailStoreTable Table