Click or drag to resize

IJobSchedule Interface

Job schedule - defines the

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IJobSchedule

The IJobSchedule type exposes the following members.

Properties
  NameDescription
Public propertyDays
Gets the days that the schedule runs
Public propertyInterval
Get the interval on which the job runs
Public propertyStartTime
Get the start or termination time
Public propertyStopTime
Get the stop or termination time
Public propertyType
Gets the type of schedule
Top
Extension Methods
  NameDescription
Public Extension MethodAppliesTo
Returns true if the job schedule applies at refDate given the lastRun
(Defined by ExtensionMethods.)
Top
See Also