SharpSchedule

DailyCommand.GetStaffInDateRange Method 

Get the staff ids in the given date range.

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

Parameters

fromDate
Missing <param> documentation for fromDate
toDate
Missing <param> documentation for toDate

Return Value

Missing <returns> documentation for M:Ozanam.Schedule.Report.Schedule.Daily.DailyCommand.GetStaffInDateRange(System.DateTime,System.DateTime)

See Also

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