MonthlyTrigger.RunOnLastDayOfMonth property

For scripting, gets or sets a Boolean value that indicates that the task runs on the last day of the month.

Syntax

MonthlyTrigger.RunOnLastDayOfMonth As Boolean

Property value

True indicates that the task runs on the last day of the month, regardless of the actual date of that day; otherwise, False.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

Task Scheduler

MonthlyTrigger