Pay Period
enum PayPeriod { Weekly = 1, Biweekly, Semimonthly, Monthly, Fourweekly }
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int PayPeriod { get; set; }
Public Property PayPeriod As Integer
Get
Set
public:
property int PayPeriod {
int get ();
void set (int value);
}
member PayPeriod : int with get, set
Property Value
Type:
Int32See Also