Click or drag to resize

PFJobTriggerMonthly Constructor

Initializes a new instance of the PFJobTriggerMonthly 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 PFJobTriggerMonthly(
	DateTimeOffset timeOfMonth
)

Parameters

timeOfMonth
Type: SystemDateTimeOffset
The day number and time of month the trigger will fire
See Also