GetUserTimeOffBalanceModelGrantedSeconds Property | |
Gets the total available granted seconds for a users time off balance
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int GrantedSeconds { get; set; }
function get_GrantedSeconds();
function set_GrantedSeconds(value);
Property Value
Int32Remarks
Gets the total available granted seconds for a users time off balance. Granted seconds represent the amount of seconds you get at the start of your accrual cycle. GrantedSeconds
can by similar to AccruedSeconds in how they accrued, the difference is that GrantedSeconds is what a user can actually consume or use may show as the current balance.
Example 3600
See Also