Task Scheduler Managed Class Library
C#
Show/Hide TOC
Action
Builder
On
All Method
Adds a trigger that executes monthly on certain days of the week.
Definition
Namespace:
Microsoft.Win32.TaskScheduler.Fluent
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
MonthlyDOWTriggerBuilder
OnAll
(
DaysOfTheWeek
dow
)
Parameters
dow
DaysOfTheWeek
The days of the week on which to run.
Return Value
MonthlyDOWTriggerBuilder
MonthlyDOWTriggerBuilder
instance.
See Also
Reference
ActionBuilder Class
Microsoft.Win32.TaskScheduler.Fluent Namespace
In This Article
Definition
Parameters
Return Value
See Also