task scheduler triggers monthly dowt

Allows you start the task on a monthly day-of week schedule.


Example

Running this code will start the task at "5/12/2014 9:11:46 PM" set with the following properties:

  • Days of Week: 1, 15, 30
  • Months of Year: All Months
  • Weeks of Month: All Weeks
plugin command("OS Automation.dll", "task scheduler triggers monthly dowt", "5/12/2014 9:11:46 PM", "1,15,30", "AllMonths", "AllWeeks", "", "", "", "", "", "", "")

Was this helpful?