WeeklyTrigger Constructor

Creates an unbound instance of a WeeklyTrigger.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public WeeklyTrigger(
	DaysOfTheWeek daysOfWeek = DaysOfTheWeek.Sunday,
	short weeksInterval = 1
)

Parameters

daysOfWeek  DaysOfTheWeek  (Optional)
The days of the week.
weeksInterval  Int16  (Optional)
The interval between the weeks in the schedule.

See Also