Click or drag to resize

UserAccruals Structure

A structure that contains a users time off or accruals meta data.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUserAccruals

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct UserAccruals

The UserAccruals type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAccrualsStartDate Gets the accrual start date assigned to a user
Public propertyCode exampleAdditionalMonthsOfService Gets the additional months of service beyond the accruals start date
Public propertyCode exampleTimeOffAccruals Gets the time off accruals policy name assigned to a user
Public propertyCode exampleTimeOffAccrualsEffDate Gets the time off accruals policy assignment start date assigned to a user
Top
Remarks
A structure that contains a users time off or accruals meta data.

Note  Note
Setup:
Manager > Employees > Accruals Tab
Example
For example code see GetUserDetail(GetUserDetailIn)
See Also