System.Math.TPaymentTime
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 |
利子が支払い期末に計算される |