Click or drag to resize

GetUserTimeOffBalanceModelProjectedBalanceSeconds Property

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

Property Value

Int32
Remarks
Gets the total available projected balance seconds for a users time off balance. This represents what a users end balance will be after accounting for future requested time off. It takes into consideration the ProjectedBalanceDate value for where it can derive its end date calculation.
Example
3600
See Also