SharpSchedule

DailyDb.CreateSchedule Method 

Get the achievements that were scheduled/completed in the given date range.

[Visual Basic]
Public Function CreateSchedule( _
   ByVal fromDate As Date, _
   ByVal toDate As Date _
) As DataSet
[C#]
public DataSet CreateSchedule(
   DateTime fromDate,
   DateTime toDate
);

Parameters

fromDate
A date secifying the earliest achievements to fetch.
toDate
A date specifying the latest achievement to fetch.

Return Value

A data set that containst the achievement data in the given date range.

See Also

DailyDb Class | Ozanam.Schedule.Report.Schedule.Daily Namespace