SharpSchedule

DailyCommand.GetAchievementsInDateRange Method 

Constructs a command object to fetch the achievements between the from date and the to date.

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

Parameters

fromDate
A date that represents the lower date range of records to fetch.
toDate
A date that represents the upper date range of the records to be fetched.

Return Value

A command object that can be used to execute against the database.

See Also

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