System.SysUtils.IncMonth
Delphi
function IncMonth(const DateTime: TDateTime; NumberOfMonths: Integer): TDateTime;
C++
extern DELPHI_PACKAGE System::TDateTime __fastcall IncMonth(const System::TDateTime DateTime, int NumberOfMonths = 0x1);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
指定された月数で変更された日付を返します。
IncMonth 関数は,NumberOfMonths の月数でインクリメントされた Date パラメータの値を返します。NumberOfMonths に負の値を指定すると,N か月前の日付を返すことができます。
月の入力日が結果月の最終日より大きい場合,日付は結果月の最終日に設定されます。Date パラメータで指定された日付の時刻は結果にコピーされます。