> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XStoreDurationUnit

> XStoreDurationUnit

# XStoreDurationUnit

기간 값의 단위입니다.

## 구문

```cpp theme={null}
enum class XStoreDurationUnit  : uint32_t  
{  
    Minute = 0,  
    Hour = 1,  
    Day = 2,  
    Week = 3,  
    Month = 4,  
    Year = 5,  
}  
```

## 상수

| 상수     | 설명            |
| ------ | ------------- |
| Minute | 기간은 분 단위입니다.  |
| Hour   | 기간은 시간 단위입니다. |
| Day    | 기간은 일 단위입니다.  |
| Week   | 기간은 주 단위입니다.  |
| Month  | 기간은 월 단위입니다.  |
| Year   | 기간은 연도 단위입니다. |

## 설명

**XStoreDurationUnit**은 [XStoreSubscriptionInfo](/reference/system/xstore/structs/xstoresubscriptioninfo) 구조체의 멤버입니다. 두 가지 다른 값, 즉 평가판으로 구독을 사용할 수 있는 기간과 구독 결제 빈도를 결정하는 청구 기간을 설명합니다. **XStoreDurationUnit**은 타임스탬프를 구성하는 데 사용되지 않으며 한 번에 하나의 값만 구독 기간을 설명하는 데 사용됩니다. 예를 들어 주 단위로 측정된 평가 기간이나 월 단위로 측정된 청구 기간이 있습니다.

## 요구 사항

**헤더:** XStore.h(XGameRuntime.h에 포함됨)

**지원 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 참고 항목

[XStore](/reference/system/xstore/xstore_members)\
[XStoreSubscriptionInfo](/reference/system/xstore/structs/xstoresubscriptioninfo)


## Related topics

- [XStoreSubscriptionInfo](/ko/reference/system/xstore/structs/xstoresubscriptioninfo.md)
- [XStore](/ko/reference/system/xstore/xstore_members.md)
- [Economy V2 제한](/ko/services/playfab/economy-monetization/economy-v2/limits.md)
- [PlayFab Services SDK 릴리스 노트 2023](/ko/services/playfab/release-notes/2023.md)
- [PFCatalogCatalogPrice](/ko/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogcatalogprice.md)
