NewJobTriggerCommand.DaysOfWeek Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Days of week for trigger applies only to the Weekly parameter set. Specifies which day(s) of the week the weekly trigger is activated.
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Weekly")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public DayOfWeek[] DaysOfWeek { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Weekly")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.DaysOfWeek : DayOfWeek[] with get, set
Public Property DaysOfWeek As DayOfWeek()
Property Value
- Attributes