Class JobSchedulerContract
Represents an job scheduler
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class JobSchedulerContract : Object
Name | Description |
---|---|
JobSchedulerContract() |
Fields
Name | Description |
---|---|
Active | Define if the job scheduler active |
DaysOfMonth | List days of month |
DaysOfWeek | Defines the days of week from job scheduler. |
ExecutionDate | The execution date of the job scheduler. |
ExpireDate | The expire date of the job scheduler. Date format: yyyy-MM-ddTHH:mm:ss |
Id | The id of the job scheduler |
RepeatIntervalMinutes | The repeat iterval minutes of the job scheduler |
RepeatTimeFrom | The repeat time from of the job scheduler. Date format: yyyy-MM-ddTHH:mm:ss |
RepeatTimeTo | The repeat time to of the job scheduler. Date format: yyyy-MM-ddTHH:mm:ss |
Repetitive | Define the repetitive of the job scheduler |