GetTimeOffPolicyDetailModelMaxAllowedUsedSecs Property | |
The number of seconds that an employee cannot use in a year
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int MaxAllowedUsedSecs { get; set; }
function get_MaxAllowedUsedSecs();
function set_MaxAllowedUsedSecs(value);
Property Value
Int32Remarks
The number of seconds that an employee cannot use in a year. This value is related to "Restrictions".
Example 3600
See Also