System.DateUtils.SecondOfTheMinute

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

Delphi

function SecondOfTheMinute(const AValue: TDateTime): Word;

C++

extern DELPHI_PACKAGE System::Word __fastcall SecondOfTheMinute(const System::TDateTime AValue);

プロパティ

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

説明

指定された TDateTime 値と同じ分の開始との間にある秒数を返します。

SecondOfTheMinute 関数を呼び出すと,AValue と同じ日の同じ分の開始との間にある秒数を取得できます。

メモ:  SecondOfTheMinute は,SecondOf 関数と同じ値を返します。

関連項目