GetTimeOffPolicyModelDefaultTORToSecs Property | |
Gets the TimeOffPolicy DefaultTORToSecs (Time Off Requests) in seconds of the current
GetTimeOffPolicyModel Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int DefaultTORToSecs { get; set; }
function get_DefaultTORToSecs();
function set_DefaultTORToSecs(value);
Property Value
Int32Remarks
This value represents the TimeOffPolicy DefaultTORToSecs (Time Off Requests) in seconds.
Example 3600
See Also