Method RemoveDayOfMonth
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
RemoveDayOfMonth(int)
Removes a day of the month.
IDmsSchedulerTaskBuilder RemoveDayOfMonth(int dayOfMonth)
Parameters
dayOfMonthintThe day of the month to remove (1-31).
Returns
- IDmsSchedulerTaskBuilder
The builder instance for method chaining.