GetTimeOffPolicyDetailModelAccrualTimeAtType Property | |
Gets the accrual frequency time type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AccrualTimeAtType { get; set; }
function get_AccrualTimeAtType();
function set_AccrualTimeAtType(value);
Property Value
Int32Remarks
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 |
---|
The setting determines when time will accrue. At the 'beginning' or 'end' of the accrual period.
|
Example 0
See Also