 | MonthlyTriggerDaysOfMonth Property |
Gets or sets the days of the month during which the task runs.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic int[] DaysOfMonth { get; set; }
Public Property DaysOfMonth As Integer()
Get
Set
public:
property array<int>^ DaysOfMonth {
array<int>^ get ();
void set (array<int>^ value);
}
Request Example
View SourceProperty Value
Type:
Int32
See Also