System.SysUtils.DecodeTime

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

Delphi

procedure DecodeTime(const DateTime: TDateTime; var Hour, Min, Sec, MSec: Word);

C++

extern DELPHI_PACKAGE void __fastcall DecodeTime(const System::TDateTime DateTime, System::Word &Hour, System::Word &Min, System::Word &Sec, System::Word &MSec);

プロパティ

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

説明

TDateTime 値を,時,分,秒,ミリ秒に分解します。

DecodeTime 手続きは,Time パラメータとして指定されたオブジェクトを時,分,秒,ミリ秒に分解します。

関連項目