System.SysUtils.ReplaceTime

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

Delphi

procedure ReplaceTime(var DateTime: TDateTime; const NewTime: TDateTime);

C++

extern DELPHI_PACKAGE void __fastcall ReplaceTime(System::TDateTime &DateTime, const System::TDateTime NewTime);

プロパティ

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

説明

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

ReplaceTime 手続きは,DateTime パラメータの値を,NewTime パラメータと同じ時刻になるように変更します。DateTime の日付部分はそのまま変わりません。ReplaceTime を使用すると,日付が負の値(1900 年の前)の場合に,必要な調整が施されます。

関連項目