TPaymentTime is an enumerated type used as a parameter in financial functions.
TPaymentTime = ( ptEndOfPeriod, ptStartOfPeriod );
enum TPaymentTime { ptEndOfPeriod, ptStartOfPeriod };
TPaymentTime indicates when interest is calculated. The following table lists the possible values:
Value |
Meaning |
ptStartOfPeriod |
Interest is calculated on the principle balance at the beginning of the payment period |
ptEndOfPeriod |
Interest is calculated at the end of the payment period |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|