| GetUserTimeOffBalanceModelUsedSeconds Property |  | 
                Gets the total available used 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 UsedSeconds { get; set; }function get_UsedSeconds();
function set_UsedSeconds(value);
Property Value
Int32 Remarks
Remarks
                Gets the total available used seconds for a users time off balance.  These are the seconds that a user consumes after being approved for a time off request.
            
 Example
Example3600
 See Also
See Also