---
title: everyTwoWeeks
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/product/subscriptionperiod/everytwoweeks
---

# everyTwoWeeks

## Declaration

```swift
@backDeployed(before: iOS 18.0, macOS 15.0, tvOS 18.0, watchOS 11.0, visionOS 2.0)
static var everyTwoWeeks: Product.SubscriptionPeriod { get }
```

## See Also

### Getting subscription periods

- [everySixMonths](storekit/product/subscriptionperiod/everysixmonths.md)
- [everyThreeDays](storekit/product/subscriptionperiod/everythreedays.md)
- [everyThreeMonths](storekit/product/subscriptionperiod/everythreemonths.md)
- [everyTwoMonths](storekit/product/subscriptionperiod/everytwomonths.md)
- [monthly](storekit/product/subscriptionperiod/monthly.md)
- [weekly](storekit/product/subscriptionperiod/weekly.md)
- [yearly](storekit/product/subscriptionperiod/yearly.md)
