PaymentScheduleFrequencyUnit Property
The unit of time to be used when calculating the frequency of payments.
Syntax
char* GetPaymentScheduleFrequencyUnit();
int SetPaymentScheduleFrequencyUnit(char* lpszPaymentScheduleFrequencyUnit);
Default Value
""
Remarks
The unit of time to be used when calculating the frequency of payments.
Possible values are:
- "D" or "Days"
- "M" or "Months"
- "Y" or "Years"
This property is not available at design time.
Data Type
String