<!--
{
  "availability" : [
    "macOS: 10.7.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/ParentalControlsTimeLimits",
  "metadataVersion" : "0.1.0",
  "role" : "Device Management Profile",
  "symbol" : {
    "kind" : "Device Management Profile",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "mdm-profiles:ParentalControlsTimeLimits"
  },
  "title" : "ParentalControlsTimeLimits"
}
-->

# ParentalControlsTimeLimits

The payload that configures parental control time limits.

```
object ParentalControlsTimeLimits
```

## Discussion

Specify `com.apple.familycontrols.timelimits.v2` as the payload type.

### Profile availability

|||
|--------------------------|-----|
|Device channel            |macOS|
|User channel              |macOS|
|Allow manual install      |macOS|
|Requires supervision      |N/A  |
|Requires user-approved MDM|N/A  |
|Allowed in user enrollment|N/A  |
|Allow multiple payloads   |N/A  |

### Profile example

```plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>PayloadContent</key>
    <array>
        <dict>
            <key>familyControlsEnabled</key>
            <true/>
            <key>limits-list</key>
            <array>
                <dict>
                    <key>allowancesActive</key>
                    <true/>
                    <key>groupID</key>
                    <string>__COMPUTER__</string>
                    <key>itemType</key>
                    <string>com.apple.familycontrols.timelimits.computer</string>
                    <key>name</key>
                    <string>Computer</string>
                    <key>allowances</key>
                    <array>
                        <dict>
                            <key>fromDay</key>
                            <integer>0</integer>
                            <key>span</key>
                            <integer>0</integer>
                            <key>toDay</key>
                            <integer>4</integer>
                            <key>timeLimitSeconds</key>
                            <integer>1800</integer>
                        </dict>
                        <dict>
                            <key>fromDay</key>
                            <integer>5</integer>
                            <key>span</key>
                            <integer>0</integer>
                            <key>toDay</key>
                            <integer>6</integer>
                            <key>timeLimitSeconds</key>
                            <integer>1800</integer>
                        </dict>
                    </array>
                </dict>
            </array>
            <key>PayloadIdentifier</key>
            <string>com.example.mytimelimitspayload</string>
            <key>PayloadType</key>
            <string>com.apple.familycontrols.timelimits.v2</string>
            <key>PayloadUUID</key>
            <string>0b17c132-352d-4a3a-9f76-b016f7f0ad6c</string>
            <key>PayloadVersion</key>
            <integer>1</integer>
        </dict>
    </array>
    <key>PayloadDisplayName</key>
    <string>Parental Controls Time Limits</string>
    <key>PayloadIdentifier</key>
    <string>com.example.myprofile</string>
    <key>PayloadType</key>
    <string>Configuration</string>
    <key>PayloadUUID</key>
    <string>5c7a4e4b-1a9e-4586-9f31-b04e818a84b2</string>
    <key>PayloadVersion</key>
    <integer>1</integer>
</dict>
</plist>
```

## Topics

### Objects

[`ParentalControlsTimeLimits.Time-limits`](/documentation/DeviceManagement/ParentalControlsTimeLimits/Time-limits-data.dictionary)

The time limits dictionary.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)