System.DateUtils.RecodeMilliSecond

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

Delphi

function RecodeMilliSecond(const AValue: TDateTime; const AMilliSecond: Word): TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall RecodeMilliSecond(const System::TDateTime AValue, const System::Word AMilliSecond);

プロパティ

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


説明

その秒のミリ秒を、指定された TDateTime 値に対して置き換えます。

RecodeMilliSecond を呼び出すと、AValue で指定された日時の値を、その秒のミリ秒を AMilliSecond に変更して取得された値に変換することができます。 AMilliSecond の有効な値は、0 から 999 です。 AMilliSecondRecodeLeaveFieldAsIs の場合もあります。

AMilliSecond に対して提供された値が有効な範囲でなかった場合、RecodeMilliSecondEConvertError 例外を発生させます。

関連項目

コード サンプル