GetTimeOffPolicyDetailRuleModelHoursToAccrueType Property |  |
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic int HoursToAccrueType { get; set; }
function get_HoursToAccrueType();
function set_HoursToAccrueType(value);
Property Value
Int32
Remarks
This value represents the HoursToAccrueType of the
GetTimeOffPolicyDetailRuleModel. This is the number of hours to accrue per day or year. In most cases this value
is set on a per year basis.
PerDay = 0
PerYear = 1
Example40
See Also