Share via


MCRRoyaltyVendTable::cumulateRoyalties Method

Calculates the cumulative royalty amount.

Syntax

server public static void cumulateRoyalties(
    VendAccount _vendAccount, 
    date _startDate, 
    date _endDate)

Run On

Server

Parameters

  • _startDate
    Type: date
    The starting date of the period.
  • _endDate
    Type: date
    The ending date of the period.

See Also

Reference

MCRRoyaltyVendTable Table