System.SysUtils.ReplaceDate

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

Delphi

procedure ReplaceDate(var DateTime: TDateTime; const NewDate: TDateTime);

C++

extern DELPHI_PACKAGE void __fastcall ReplaceDate(System::TDateTime &DateTime, const System::TDateTime NewDate);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

TDateTime 値の日付部分を指定した日付に置換します。

ReplaceDate 手続きは,DateTime パラメータの値を,NewDate パラメータと同じ日付になるように変更します。DateTime の時刻部分はそのまま変わりません。ReplaceDate は負の値の日付(1900 年以前)に対して必要な調整を行います。

関連項目