Click or drag to resize

GetTimeOffPolicyDetailModelAccrualTimeAtType Property

Gets the accrual frequency time type

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

Property Value

Int32
Remarks
Gets the accrual frequency time type. Where the type could be beginning or end.

The current enum types are as follows:
beginning = 0, end = 1

Note  Note
The setting determines when time will accrue. At the 'beginning' or 'end' of the accrual period.
Example
0
See Also