日数を時間数に変換する
日数を時間数に変換する
カスタマイズ可能なオプションを使用して時間を日数に変換します。
このツールを使うと、時間を日数に変換できます。時間を数値または単位付きで入力すると、ツールが日数に変換します。また、出力値の末尾に「日数」を付けることもできます。
In this example, we convert ten hour values to ten day values. Each input hour is divisible by 24 without a remainder, so all converted output values are full days. To better communicate the time units, we use the word "hours" in the input data and also add the word "days" to the output data.
In this example, we convert five decimal fraction day values to hours. Conversion of partial days is similar to the conversion of full days – they are all multiplied by 24. We turn off the option that appends the "hours" string after the converted values and get only the numerical hour values in the output.
In the modern Gregorian calendar, a common year has 365 days and a leap year has 366 days. This makes the true average length of a year to be 365.242199 days. In this example, we load this number in the input field and convert it to the hours. It turns out that there 8765.812776 hours in an average year.