System.Math.TPaymentTime

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TPaymentTime = (ptEndOfPeriod, ptStartOfPeriod);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

TPaymentTime est un type énuméré utilisé comme paramètre des fonctions financières.

TPaymentTime indique à quel moment l'intérêt est calculé. Le tableau suivant énumère les valeurs possibles :



Valeur Signification

ptStartOfPeriod

L'intérêt est calculé en fonction d'une balance en début de période de versement

ptEndOfPeriod

L'intérêt est calculé en fin de période de versement