System.DateUtils.ApproxDaysPerYear

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

Delphi

ApproxDaysPerYear: Double  = 365.25;

C++

extern DELPHI_PACKAGE double ApproxDaysPerYear;

プロパティ

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

説明

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

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

関連項目