Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 792 Bytes

storedurationunit.md

File metadata and controls

40 lines (27 loc) · 792 Bytes
-api-id -api-type
T:Windows.Services.Store.StoreDurationUnit
winrt enum

StoreDurationUnit

-description

Defines values that represent the units of a trial period or billing period for a subscription.

-enum-fields

-field Minute:0

The period is defined in minutes.

-field Hour:1

The period is defined in hours.

-field Day:2

The period is defined in days.

-field Week:3

The period is defined in weeks.

-field Month:4

The period is defined in months.

-field Year:5

The period is defined in years.

-remarks

The StoreSubscriptionInfo.BillingPeriodUnit property returns these values.

-examples

-see-also