Skip to main content

ScheduleDays

Properties

NameTypeDescriptionNotes
TypeSelectortype[required]
Values[]StringThe selected values.[required]
IntervalInt32The selected interval for RANGE selectors.[optional]

Examples

  • Prepare the resource
$ScheduleDays = Initialize-ScheduleDays  -Type null `
-Values [MON, WED] `
-Interval 3
  • Convert the resource to JSON
$ScheduleDays | ConvertTo-JSON

[Back to top]