Click or drag to resize

GetUserTimeOffBalanceModelGrantedSeconds Property

Gets the total available granted seconds for a users time off balance

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

Property Value

Int32
Remarks
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