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

# VolumeRefreshingPeriodEnum

> ABBYY FineReader Engine API の VolumeRefreshingPeriodEnum — FineReader Engine ライセンスが認識処理およびエクスポート処理の回数を制限する期間。UTC を使用します。

VolumeRefreshingPeriodEnum の列挙定数は、ABBYY FineReader Engine ライセンスが認識処理およびエクスポート処理の回数を制限する期間を表すために使用されます。

<Note>
  ABBYY FineReader Engine ライセンスでは、UTC を使用します。
</Note>

```
typedef enum {
 VRP_Day,
 VRP_Week,
 VRP_Month,
 VRP_Quarter,
 VRP_HalfYear,
 VRP_Year,
 VRP_Infinite,
 VRP_AbsoluteMonth,
 VRP_AbsoluteYear
} VolumeRefreshingPeriodEnum;
```

<div id="elements">
  ## 要素
</div>

| Name               | Description                       |
| ------------------ | --------------------------------- |
| VRP\_AbsoluteMonth | 残りユニットのカウンターは、毎月の特定の日の開始時に更新されます。 |
| VRP\_AbsoluteYear  | 残りユニットのカウンターは、毎年の特定の日の開始時に更新されます。 |
| VRP\_Day           | 残りユニットのカウンターは、各日の開始時に更新されます。      |
| VRP\_HalfYear      | 残りユニットのカウンターは、半年ごとの開始時に更新されます。    |
| VRP\_Infinite      | 残りユニットのカウンターは更新されません。             |
| VRP\_Month         | 残りユニットのカウンターは、各月の開始時に更新されます。      |
| VRP\_Quarter       | 残りユニットのカウンターは、各四半期の開始時に更新されます。    |
| VRP\_Week          | 残りユニットのカウンターは、各週の開始時に更新されます。      |
| VRP\_Year          | 残りユニットのカウンターは、各年の開始時に更新されます。      |

<div id="used-in">
  ## 使用箇所
</div>

[ILicense::VolumeRefreshingPeriod](/ja/fine-reader/engine/api-reference/license-related-objects/license/volumerefreshingperiod-property)
