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 public int UsedSeconds { get; set; }
function get_UsedSeconds();
function set_UsedSeconds(value);
Property Value
Int32Remarks
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 3600
See Also