DurationItemsAllowSecs Property | |
Gets the amount of seconds the break duration lasts.
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public int AllowSecs { get; set; }
function get_AllowSecs();
function set_AllowSecs(value);
Property Value
Int32Remarks
Gets the amount of seconds the break duration lasts.
Example 3600 (60 minutes)
See Also