Click or drag to resize

GetUserTimeOffBalanceModelAvailableBalanceSeconds Property

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

Property Value

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