GetUserTimeOffBalanceModelRolloverSecs Property | |
Gets the total available rollover 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 RolloverSecs { get; set; }
function get_RolloverSecs();
function set_RolloverSecs(value);
Property Value
Int32Remarks
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