Click or drag to resize

GetUserTimeOffBalanceModelRolloverSecs Property

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

Property Value

Int32
Remarks
Gets the total available rollover seconds for a users time off balance. These seconds are accumulated when a policy rule prevents a user from being granted more time. For example if a user has a cap of 80hrs per year vacation and the AccruedSeconds reaches its 80hr cap then seconds will be applied to the RolloverSecs value.
Example
3600
See Also