WeeklyTrigger Members

Include Protected Members
Include Inherited Members

Represents a trigger that fires at a specified time on a given day, at specified days in a given week, and every so many weeks.

The WeeklyTrigger type exposes the following members.

Constructors

  Name Description
Public method WeeklyTrigger(Int16, Int16, DaysOfTheWeek) Creates an instance of a WeeklyTrigger object that is eligible to fire during any week.
Public method WeeklyTrigger(Int16, Int16, DaysOfTheWeek, Int16) Creates an instance of a WeeklyTrigger object that is eligible to fire only during certain weeks.

Top

Properties

  Name Description
Public property BeginDate Gets or sets the beginning year, month, and day for the trigger. (Inherited from Trigger.)
Public property Disabled Gets or sets whether a trigger is disabled. (Inherited from Trigger.)
Public property DurationMinutes Gets or sets the number of minutes that the trigger remains active after the trigger fires. (Inherited from Trigger.)
Public property EndDate Gets or sets the ending year, month, and day for the trigger. (Inherited from Trigger.)
Public property HasEndDate Gets or sets whether a task uses an EndDate property value. (Inherited from Trigger.)
Public property IntervalMinutes Gets or sets the number of minutes between executions for a task that is to run repeatedly. (Inherited from Trigger.)
Public property KillAtDurationEnd Gets or sets whether a task terminates when the DurationMinutes value expires. (Inherited from Trigger.)
Public property StartHour Gets or sets the hour of the day that the trigger is to fire, using a 24-hour clock. (Inherited from StartableTrigger.)
Public property StartMinute Gets or sets the minute in hour that the trigger is to fire. (Inherited from StartableTrigger.)
Public property WeekDays Gets or sets the days of the week the trigger is to fire.
Public property WeeksInterval Gets or sets the number of weeks from one eligible week to the next.

Top

Methods

  Name Description
Public method Clone Returns an unbound copy of the Trigger object. (Inherited from Trigger.)
Public method Equals Determines if two triggers are internally equal. (Inherited from Trigger.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets a hash code for the current trigger. (Inherited from Trigger.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetStartTime Sets the start time of the trigger. (Inherited from StartableTrigger.)
Protected method SyncTrigger Synchronizes a trigger. (Inherited from Trigger.)
Public method ToString Gets a string of a bound trigger, supplied by the Task Scheduler service in Windows, (Inherited from Trigger.)

Top

See Also

Reference

WeeklyTrigger Class

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