System.SysUtils.DecodeDateFully

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

Delphi

function DecodeDateFully(const DateTime: TDateTime; var Year, Month, Day, DOW: Word): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall DecodeDateFully(const System::TDateTime DateTime, System::Word &Year, System::Word &Month, System::Word &Day, System::Word &DOW);

プロパティ

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

説明

TDateTime 値の Year,Month,Day,および Day-of-Week の各値を返します。

DecodeDateFully 関数は,Date パラメータとして指定された値を Year,Month,Day,および DOW の各値に分解します。Year がうるう年である場合,この関数は True を返し,それ以外の場合は false を返します。指定された TDateTime 値の年が負(BC)である場合,パラメータはすべてゼロに設定されます。

関連項目