BusinessStatsGetYearAndMonthStat Method |
Gets the orders in the database and gets and uses the gross sales with the month's expenses to find the profit for the month. Also gets the all the years and months of orders in the database.
Namespace: foodez.ManagerPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task GetYearAndMonthStat(
string aYear
)
Public Function GetYearAndMonthStat (
aYear As String
) As Task
public:
Task^ GetYearAndMonthStat(
String^ aYear
)
member GetYearAndMonthStat :
aYear : string -> Task
Parameters
- aYear
- Type: SystemString
[Missing <param name="aYear"/> documentation for "M:foodez.ManagerPages.BusinessStats.GetYearAndMonthStat(System.String)"]
Return Value
Type:
Task[Missing <returns> documentation for "M:foodez.ManagerPages.BusinessStats.GetYearAndMonthStat(System.String)"]
See Also