[DataObjectMethod(DataObjectMethodType.Select)] public static IList<SalesSummary> GetMonthlySales( DateTime startDate, DateTime endDate )
Parameters
- startDate
- The year to generate sales summaries for.
- endDate
- The month to generate sales summaries for.
Return Value
A list of SalesSummary, one for each day in the month. StartDate and EndDate properties of the SalesSummary are in store local time.