Click or drag to resize

GetUserTimeOffBalanceModelUsedSeconds Property

Gets the total available used 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 UsedSeconds { get; set; }

Property Value

Int32
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
3600
See Also