WorkflowTriggerRecurrence Class

Definition

The workflow trigger recurrence.

public class WorkflowTriggerRecurrence
type WorkflowTriggerRecurrence = class
Public Class WorkflowTriggerRecurrence
Inheritance
WorkflowTriggerRecurrence

Constructors

WorkflowTriggerRecurrence()

Initializes a new instance of the WorkflowTriggerRecurrence class.

WorkflowTriggerRecurrence(String, Nullable<Int32>, String, String, String, RecurrenceSchedule)

Initializes a new instance of the WorkflowTriggerRecurrence class.

Properties

EndTime

Gets or sets the end time.

Frequency

Gets or sets the frequency. Possible values include: 'NotSpecified', 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'

Interval

Gets or sets the interval.

Schedule

Gets or sets the recurrence schedule.

StartTime

Gets or sets the start time.

TimeZone

Gets or sets the time zone.

Applies to