'Declaration
Public Overloads Shared Function Find( _ ByVal folderName As System.String, _ ByVal queryName As System.String, _ 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 folderName As System.String Dim queryName As System.String 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(folderName, queryName, queryStartDate, queryEndDate, queryOptions, js)
public static System.Collections.Generic.ICollection<ScheduleEntry> Find( System.string folderName, System.string queryName, System.DateTime queryStartDate, System.DateTime queryEndDate, Schedule.Options queryOptions, Server js )
Parameters
- folderName
- Only Jobs and Setups that are in or descendants of this folder will be included
- queryName
- Only jobs and setups that have a system name that matches this name will be included. The default is to match all systems.
- queryStartDate
- The beginning of the schedule period.
- queryEndDate
- The end of the schedule period.
- queryOptions
- Zero or more JAMS.Schedule.Options.
- js
- The JAMS Server to search.
Return Value
The new JobList