GetUserTimeOffBalanceModelAccruedSeconds Property |  |
Gets the total accrued seconds for the time off balance
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic int AccruedSeconds { get; set; }
function get_AccruedSeconds();
function set_AccruedSeconds(value);
Property Value
Int32
Remarks
Gets the total accrued seconds for the time off balance. Accrued seconds is typically calculated once per day. Accrued seconds builds a running
total of the time you have accrued for the accrual period. For example if you are granted 40 hours of PTO per year the 'AccruedSeconds' would start off at zero and end up at
144000 seconds (40 hours) towards the end of the year. In most cases the accrued seconds only increases during the year.
Example3600
See Also