Click or drag to resize

GetUserTimeOffBalanceModelAccruedSeconds Property

Gets the total accrued seconds for the time off balance

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int AccruedSeconds { get; set; }

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.
Example
3600
See Also