 | MonthlyTriggerMonthsOfYear Property |
Gets or sets the months of the year during which the task runs.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic MonthsOfTheYear MonthsOfYear { get; set; }
Public Property MonthsOfYear As MonthsOfTheYear
Get
Set
public:
property MonthsOfTheYear MonthsOfYear {
MonthsOfTheYear get ();
void set (MonthsOfTheYear value);
}
Request Example
View SourceProperty Value
Type:
MonthsOfTheYear
See Also