SharpSchedule

DailyCommand.GetTimeBlockInDateRange Method 

Get the time block ids in the given date range.

[Visual Basic]
Public Function GetTimeBlockInDateRange( _
   ByVal fromDate As Date, _
   ByVal toDate As Date _
) As IDbCommand
[C#]
public IDbCommand GetTimeBlockInDateRange(
   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.GetTimeBlockInDateRange(System.DateTime,System.DateTime)

See Also

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