System.SysUtils.DecodeDate

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

Delphi

procedure DecodeDate(const DateTime: TDateTime; var Year, Month, Day: Word);

C++

extern DELPHI_PACKAGE void __fastcall DecodeDate(const System::TDateTime DateTime, System::Word &Year, System::Word &Month, System::Word &Day);

プロパティ

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

説明

TDateTime オブジェクトに対応する Year,Month,および Day の各値を返します。

DecodeDate 手続きは,Date パラメータとして指定された値を Year,Month,および Day の各値に分解します。指定された TDateTime 値の年が負(BC)である場合,年,月,および日の各パラメータはすべてゼロに設定されます。

関連項目