RetailTransactionTable::netAmount Method

Gets the number of transactions with the specified date and time.

Syntax

client server public static real netAmount(
    RetailTerminalId _terminal, 
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _timeFrom, 
    ToTime _timeTo)

Run On

Called

Parameters

Return Value

Type: real
The total number of transactions in the specified date and time.

See Also

Reference

RetailTransactionTable Table