StartableTrigger.SetStartTime Method

Sets the start time of the trigger.

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
Protected Sub SetStartTime ( _
    hour As UShort, _
    minute As UShort _
)
'Usage
Dim hour As UShort
Dim minute As UShort

Me.SetStartTime(hour, minute)
protected void SetStartTime(
    ushort hour,
    ushort minute
)

Parameters

  • hour
    Type: System.UInt16
    Hour of the day that the trigger is to fire.
  • minute
    Type: System.UInt16
    Minute in the hour the trigger is to fire.

Remarks

An exception is thrown if the hour is not between 0 and 23, or the minute is not between 0 and 59.

See Also

Reference

StartableTrigger Class

StartableTrigger Members

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