'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 _ ) 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 value As System.Collections.Generic.ICollection(Of ScheduleEntry) value = Schedule.Find(folderName, queryName, queryStartDate, queryEndDate, queryOptions)
public static System.Collections.Generic.ICollection<ScheduleEntry> Find( System.string folderName, System.string queryName, System.DateTime queryStartDate, System.DateTime queryEndDate, Schedule.Options queryOptions )
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.
Return Value
The generated Schedule.