adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetJobExecutionTimes Method
Query parameters to filter the jobs considered.
The earliest time (inclusive) to consider. Specify the date/time in the timezone of the target server (available from Scheduler.ServerTimeZone).
The latest time (inclusive) to consider.Specify the date/time in the timezone of the target server (available from Scheduler.ServerTimeZone).


In This Topic
    GetJobExecutionTimes Method
    In This Topic
    Gets scheduled job executions that meet the specified criteria.
    Syntax

    Parameters

    queryParameters
    Query parameters to filter the jobs considered.
    startDateTime
    The earliest time (inclusive) to consider. Specify the date/time in the timezone of the target server (available from Scheduler.ServerTimeZone).
    endDateTime
    The latest time (inclusive) to consider.Specify the date/time in the timezone of the target server (available from Scheduler.ServerTimeZone).

    Return Value

    A collection of ArcanaDevelopment.adTempus.Shared.JobExecutionTimes with one item for each job that is scheduled for execution during the specified date/time range. The ArcanaDevelopment.adTempus.Shared.JobExecutionTimes.ExecutionTimes collection will contain a value for each scheduled execution date/time for the job.
    See Also