StoreDurationUnit
StoreDurationUnit
StoreDurationUnit
StoreDurationUnit
Enum
Definition
Defines values that represent the units of a trial period or billing period for a subscription.
Note
Subscriptions are not currently supported by Windows Dev Center or the Store. This enum exists to provide future support for subscriptions, and is not intended to be used by your code in the current release.
public : enum class StoreDurationUnitpublic enum StoreDurationUnitPublic Enum StoreDurationUnit// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Services.Store.StoreContract (introduced v1)
|
Fields
| Day Day Day Day | The period is defined in days. |
| Hour Hour Hour Hour | The period is defined in hours. |
| Minute Minute Minute Minute | The period is defined in minutes. |
| Month Month Month Month | The period is defined in months. |
| Week Week Week Week | The period is defined in weeks. |
| Year Year Year Year | The period is defined in years. |
Remarks
The StoreSubscriptionInfo.BillingPeriodUnit property returns these values.