Pay Period if 
Type is Salary, Calculated_Salary or Budget.
                
enum PayPeriod { Weekly = 1, Biweekly = 2, Semimonthly = 3, Monthly = 4, Fourweekly = 5 } 
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Nullable<int> PayPeriod { get; set; }Public Property PayPeriod As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> PayPeriod {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member PayPeriod : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
See Also