Click or drag to resize

PFJobTriggerHourly Properties

The PFJobTriggerHourly type exposes the following members.

Properties
  NameDescription
Public propertyCronExpression
Gets the cron expression for this trigger.
(Overrides PFJobTriggerCronExpression.)
Public propertyDescription
Gets the friendly dynamic description for this trigger.
(Overrides PFJobTriggerDescription.)
Public propertyEndTime
Not implemented yet! Gets or sets the absolute end time for this trigger.
(Inherited from PFJobTrigger.)
Public propertyKey
Gets a unique identifier for this trigger instance.
(Inherited from PFJobTrigger.)
Public propertyMinutes
Gets or sets the minute the trigger will fire each hour.
Public propertyPaused
Gets or sets a value indicating whether this PFJobTrigger is paused.
(Inherited from PFJobTrigger.)
Public propertySeconds
Gets or sets the seconds the trigger will fire each hour. (at specified Minutes)
Public propertyStartTime
Gets or sets the absolute start time for this trigger. Packflow triggers implementations use this property to compute cron expressions.
(Inherited from PFJobTrigger.)
Top
See Also