| time-rule | Configures a time rule in days and hours and minutes A schedule policy can
                  have more than one non-overlapping time-rules. The following time-rules, having
                  overlapping time periods, are invalid: ‘weekdays, start-time 9:30 am, end-time
                  11:30 pm‘ and ‘all, start-time 12:00 am, end-time 12:00 pm‘. | 
            
              | days [sunday|monday| tuesday|wednesday|thursday|friday| saturday|all| weekends|
                weekdays] | Specifies the days on which the time rule is applicable 
                  sunday – Applicable on Sundays
                    onlymonday – Applicable on Mondays
                    onlytuesday – Applicable on
                    Tuesdays onlywednesday – Applicable on
                    Wednesdays onlythursday – Applicable on
                    Thursdays onlyfriday – Applicable on Fridays
                    onlysaturday – Applicable on
                    Saturdays onlyweekends – Applicable on
                    weekends onlyweekdays – Applicable on
                    weekdays onlyall – Applicable on all
                    days | 
            
              | start-time <HH:MM> [end-time <HH:MM>] | After specifying the days of enforcement, specify the following: 
                  start-time – Optional.
                    Specifies the enforcement start time
                      <HH:MM> – Specify the
                        start time in hours and minutes in the HH:MM format. If no start time is specified, the time rule is enforced, on the specified
                  days, at all time. 
                    end-time – Specifies the
                      enforcement end time
                        <HH:MM> – Specify
                          the time in hours and minutes in the HH:MM format. |