Share via


RetailStoreTable.numberOfUnpostedTransactions Method

Gets the number of transactions with the specified date and time which have not been posted.

Syntax

public int numberOfUnpostedTransactions(
    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 none.

See Also

Reference

RetailStoreTable Table