SKProductPeriodUnit Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the natural period for a subscription.
[ObjCRuntime.Native]
public enum SKProductPeriodUnit
[<ObjCRuntime.Native>]
type SKProductPeriodUnit =
- Inheritance
-
SKProductPeriodUnit
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Day | 0 | The subscription is defined in terms of days. |
| Week | 1 | The subscription is defined in terms of weeks. |
| Month | 2 | The subscription is defined in terms of months. |
| Year | 3 | The subscription is defined in terms of a year or years. |