DailyTrigger Constructor (Int16, Int16, Int16)

Initializes a new instance of the DailyTrigger class that fires only at an interval of so many days.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Sub New ( _
    hour As Short, _
    minutes As Short, _
    daysInterval As Short _
)
'Usage
Dim hour As Short
Dim minutes As Short
Dim daysInterval As Short

Dim instance As New DailyTrigger(hour, minutes, _
    daysInterval)
public DailyTrigger(
    short hour,
    short minutes,
    short daysInterval
)

Parameters

  • hour
    Type: System.Int16
    Hour of the day when the trigger fires.
  • minutes
    Type: System.Int16
    Minute in the hour when the trigger fires.
  • daysInterval
    Type: System.Int16
    Number of days between task runs.

See Also

Reference

DailyTrigger Class

DailyTrigger Members

DailyTrigger Overload

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace