GetTimeOffPolicyDetailModelQualifyMinWorkFreqType Property | |
The duration an employee must have worked over a specific time.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int QualifyMinWorkFreqType { get; set; }
function get_QualifyMinWorkFreqType();
function set_QualifyMinWorkFreqType(value);
Property Value
Int32Remarks
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