Click or drag to resize

GetTimeOffPolicyDetailModelQualifyMinWorkFreqType Property

The duration an employee must have worked over a specific time.

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

Property Value

Int32
Remarks
The duration an employee must have worked over a specific time. The number an employee must have worked at least X hours over the last Y duration. Where QualifyMinWorkFreqType is the duration. The duration types are Days=0, Weeks=1, PayPeriods=3, Months=4. This value is also related to "Qualifications".

Example
3600
See Also