<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKChallengeDefinition/durationOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKChallengeDefinition(py)durationOptions"
  },
  "title" : "durationOptions"
}
-->

# durationOptions

The duration options for the challenge, like `1 day` or `1 week`.

```
var durationOptions: [DateComponents] { get }
```

## Discussion> Note: If set, the amount of weeks is stored in the `weekOfYear` field.

> Important: The actual duration of the challenge may be dynamically adjusted
> in order to accommodate different factors like players’ timezones.

---

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)