Click or drag to resize

UserPoliciesPayrollEffDate Property

Gets the payroll policy effective date that it was assigned to the user

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public DateTime PayrollEffDate { get; set; }

Property Value

DateTime
Remarks
Gets the payroll policy effective date that it was assigned to the user. This is the date this payroll policy went into affect for this user.

Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Payroll Processing
Note  Note
A payroll policy is a collection of rules used to calculate time for a group of employees. Payroll policies are used to define overtime, breaks, meals and more. All employees in the system must be assigned to a payroll policy. A payroll policy cannot be deleted if it has been used to calculate time.
Example
2012-12-12
See Also