'Declaration
Public Overloads Shared Function Find( _ ByVal jobID As System.Integer, _ ByVal queryStartDate As System.Date, _ ByVal queryEndDate As System.Date, _ ByVal queryOptions As Schedule.Options, _ ByVal js As Server _ ) As System.Collections.Generic.ICollection(Of ScheduleEntry)
'Usage
Dim jobID As System.Integer Dim queryStartDate As System.Date Dim queryEndDate As System.Date Dim queryOptions As Schedule.Options Dim js As Server Dim value As System.Collections.Generic.ICollection(Of ScheduleEntry) value = Schedule.Find(jobID, queryStartDate, queryEndDate, queryOptions, js)
public static System.Collections.Generic.ICollection<ScheduleEntry> Find( System.int jobID, System.DateTime queryStartDate, System.DateTime queryEndDate, Schedule.Options queryOptions, Server js )
Parameters
- jobID
- If specified, only this job will be conssidered.
- queryStartDate
- queryEndDate
- queryOptions
- js