BankOptionsBankPayPeriod Property |
Type of the bank hours period.
enum BankPeriod { Yearly, Semesterly, Quarterly, Monthly, Biweekly, Weekly, Daily, Semimonthly }
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int BankPayPeriod { get; set; }
Public Property BankPayPeriod As Integer
Get
Set
public:
property int BankPayPeriod {
int get ();
void set (int value);
}
member BankPayPeriod : int with get, set
Property Value
Type:
Int32See Also