System.DateUtils.IsToday

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

Delphi

function IsToday(const AValue: TDateTime): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsToday(const System::TDateTime AValue);

プロパティ

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

説明

指定された TDateTime 値が現在の日付と同じであるかどうかを示します。

IsToday 関数は,AValue が現在の日付である場合に true を返します。

IsToday は,AValue が別の日の時刻を表す場合に false を返します。

関連項目