ScheduleTriggerRecurrence Class

Definition

The workflow trigger recurrence.

public class ScheduleTriggerRecurrence
type ScheduleTriggerRecurrence = class
Public Class ScheduleTriggerRecurrence
Inheritance
ScheduleTriggerRecurrence

Constructors

ScheduleTriggerRecurrence()

Initializes a new instance of the ScheduleTriggerRecurrence class.

ScheduleTriggerRecurrence(IDictionary<String,Object>, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, RecurrenceSchedule)

Initializes a new instance of the ScheduleTriggerRecurrence class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

EndTime

Gets or sets the end time.

Frequency

Gets or sets the frequency. Possible values include: 'NotSpecified', '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