[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Type used in financial (interest) calculations.
Source position: math.pp line 136
type TPaymentTime = ( |
||
ptEndOfPeriod, |
|
End of period. |
ptStartOfPeriod |
|
Start of period. |
); |