| WageSemimonthlyDays Property  | 
                Semimonthly period days if 
PayPeriod is Semimonthly.
            
 
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Nullable<int> SemimonthlyDays { get; set; }Public Property SemimonthlyDays As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> SemimonthlyDays {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member SemimonthlyDays : Nullable<int> with get, set
Property Value
Type: 
NullableInt32
See Also