Click or drag to resize

PFJobTriggerHourly Constructor (Int32)

Initializes a new instance of the PFJobTriggerHourly class.

Namespace:  Packflow.Core.Jobs.Triggers
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFJobTriggerHourly(
	int minutesStart
)

Parameters

minutesStart
Type: SystemInt32
The minutes of the hour the trigger shoud fire
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMinutes must be between 0 and 59
See Also