System.DateUtils.MinuteOfTheYear

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

Delphi

function MinuteOfTheYear(const AValue: TDateTime): Cardinal;

C++

extern DELPHI_PACKAGE unsigned __fastcall MinuteOfTheYear(const System::TDateTime AValue);

プロパティ

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

説明

指定された TDateTime 値とその年の最初の日の午前 0 時との間にある分数を返します。

MinuteOfTheYear 関数を呼び出すと,AValue と AValue が含まれている年の 1 月 1 日午前 0 時との間にある分数を取得できます。

関連項目