System.DateUtils.ApproxDaysPerMonth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

ApproxDaysPerMonth: Double = 30.4375;

C++

extern DELPHI_PACKAGE double ApproxDaysPerMonth;

プロパティ

種類 可視性 ソース ユニット
variable public
System.DateUtils.pas
System.DateUtils.hpp
System.DateUtils System.DateUtils

説明

ApproxDaysPerMonth は、通常の 4 年間を超えて数える場合の、1 か月のおおよその日数を表します。

ApproxDaysPerMonth は、大きな月数にわたる日数を数える場合の、1 月のおおよその日数を表します。この概算は、次の世紀については正確です。

関連項目