| GetUserTimeOffBalanceModelAvailableBalanceSeconds Property |  | 
                Gets the total available balance 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
Syntaxpublic int AvailableBalanceSeconds { get; set; }function get_AvailableBalanceSeconds();
function set_AvailableBalanceSeconds(value);
Property Value
Int32 Remarks
Remarks
                Gets the total available balance seconds for a users time off balance.   This value represents time that is available for a user to consume or use as part of their accrual policy.  
                For example if a user has 40 available hours of time to use then this value would return 144000 seconds (40 hours). 
            
 Example
Example3600
 See Also
See Also