Share via


RetailTransactionTable::numberOfItemsSold Method

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

Syntax

client server public static int numberOfItemsSold(
    RetailStoreId _storeId, 
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _timeFrom, 
    ToTime _timeTo)

Run On

Called

Parameters

Return Value

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

See Also

Reference

RetailTransactionTable Table