System.DateUtils.Tomorrow

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

Delphi

function Tomorrow: TDateTime;

C++

extern DELPHI_PACKAGE System::TDateTime __fastcall Tomorrow(void);

プロパティ

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

説明

次の日を表す TDateTime 値を返します。

Tomorrow 関数は,日付部分が現在の日付の次の日で,時刻部分が 0 に設定された TDateTime 値を返します。

関連項目