RetailStoreTable.numberOfVoidedTransactions Method

Gets the number of transactions with the specified date and time which are voided.

Syntax

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

Run On

Called

Parameters

Return Value

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

See Also

Reference

RetailStoreTable Table