System.Math.TPaymentTime

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

Delphi

TPaymentTime = (ptEndOfPeriod, ptStartOfPeriod);

C++

enum DECLSPEC_DENUM TPaymentTime : unsigned char { ptEndOfPeriod, ptStartOfPeriod };

プロパティ

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

説明

TPaymentTime 型は,財務関数のパラメータとして使用される列挙型です。

TPaymentTime 型は,利子がいつ計算されるのかを示します。次の表に,指定できる値を示します。



意味

ptStartOfPeriod

利子が支払い期首残高の原則に基づいて計算される

ptEndOfPeriod

利子が支払い期末に計算される