| 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
                    only
 
                  - monday – Applicable on Mondays
                    only
 
                  - tuesday – Applicable on
                    Tuesdays only
 
                  - wednesday – Applicable on
                    Wednesdays only
 
                  - thursday – Applicable on
                    Thursdays only
 
                  - friday – Applicable on Fridays
                    only
 
                  - saturday – Applicable on
                    Saturdays only
 
                  - weekends – Applicable on
                    weekends only
 
                  - weekdays – Applicable on
                    weekdays only
 
                  - all – 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.
 
                       
 
                   
 
 |