Click or drag to resize
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.ManagerPages
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task GetYearAndMonthStat(
	string aYear
)

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