Share via


RetailTransactionTable::numberOfTrainingTransactions Method

Gets the number of training transactions with the specified date and time for a terminal.

Syntax

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

Run On

Called

Parameters

Return Value

Type: int
The total number of transactions in the specified date and time whose status is training.

See Also

Reference

RetailTransactionTable Table