Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _fromDate
Type: FromDate Extended Data Type
The starting date of the transaction.
- _toDate
Type: ToDate Extended Data Type
The ending date of transaction.
- _fromTime
Type: FromTime Extended Data Type
The starting time of the transaction.
- _toTime
Type: ToTime Extended Data Type
The ending time of the transaction.
Return Value
Type: int
The sum of the number of items for a given store.