GetUserTimeOffBalanceModelProjectedBalanceSeconds Property |  |
Gets the total available projected balance seconds for a users time off balance
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic int ProjectedBalanceSeconds { get; set; }
function get_ProjectedBalanceSeconds();
function set_ProjectedBalanceSeconds(value);
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.
Example3600
See Also