System.DateUtils.DaysInMonth
Delphi
function DaysInMonth(const AValue: TDateTime): Word;
C++
extern DELPHI_PACKAGE System::Word __fastcall DaysInMonth(const System::TDateTime AValue);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | System.DateUtils.pas System.DateUtils.hpp |
System.DateUtils | System.DateUtils |
説明
指定された TDateTime 値の月の日数を返します。
DaysInMonth 関数を呼び出すと,AValue で指定された TDateTime 値の月の日数を取得できます。