# 営業日と平日

### 稼働日による計算

稼働日（または平日/営業日）は月曜日から金曜日までです。

土曜日と日曜日は稼働日/平日としてカウントされず、祝日も同様です（お住まいの地域によります）。

```
3週間分の稼働日               | 15 稼働日
3月10日から3月17日までの稼働日  | 5 稼働日
4月12日から6月15日までの稼働日 | 45 稼働日
$500/稼働日 × 4週間            | $10,000.00
```

### 祝日は稼働日の計算に含まれます

12月25日（クリスマス）は多くの国で祝日であり、稼働日の計算を行う際に考慮されます。

```
12月24日 + 稼働日2日 | 12月30日
```

<div align="center"><img src="/files/K69fcJsfyfzNRY51Rm21" alt="オーストラリアのSoulverユーザー向けの祝日" width="563"></div>

{% hint style="success" %}
Soulverは、現在およびそれ以降の暦年について、お住まいの国の祝日リストをインターネットから自動的に更新します。

Soulverが認識している祝日リストは、Mac版の `Calculator > Region Settings > Public Holidays` で確認できます。
{% endhint %}

### 特定の日付の曜日を取得する

```
1984年1月24日の曜日 | 火曜日
2024年3月9日の曜日 | 土曜日
```

日付の回答をコントロールクリックすると、その日が何曜日であったか（または何曜日になるか）を確認できます。

<div align="left"><figure><img src="/files/js5dcz6d5j3CoczyRrGX" alt="" width="375"><figcaption><p>日付の回答のコンテキストメニューに曜日が表示されます</p></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/ja/rifarensu/dates/workdays-and-weekdays.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
