Skip to main content

ScheduleHours

Properties

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

Examples

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

[Back to top]