История страницы
...
Subtract date using production calendar Version 2 (Net)
Группа действий: Конвертация дат
Описание
Вычесть из одной даты другую дату, используя производственный календарь (нерабочие дни).
Настройки
Action group: Dates' convertion
...
Description
Subtract another date from one date using the production calendar (non-working days).
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Date | Date to subtract from (Decrease |
Свойство
Описание
Тип
Пример заполнения
Обязательность заполнения поля
Параметры
Дата
) | Robin.DateTime |
Yes |
Вычесть дату
Subtract date | The date to be subtracted from the «Date» field (subtracted) | Robin.DateTime |
Yes |
Календарь
Calendar | Production calendar (non-working days) | Robin.Collection |
Yes |
Учет дней
Days type | Rule for using non-working days from the production calendar when subtracting dates | Robin.String |
Yes |
Тип результата
Return type | Select the type of result. The result of subtraction can be obtained in: days, hours, minutes, seconds, ticks | Robin.String |
No |
Results |
Результат
Result | Result | Robin.Numeric |
...
Special conditions of use
В поле In the "Календарь" возможно указать результат действия "Выгрузить производственный календарь".
Пример использования
Calendar" field it is possible to specify the result of the "Get production calendar" action.
Example of use
Task
Determine the number of working days between the dates Задача: определить количество рабочих дней между датами 05.09.2022 и and 11.09.2022, учитывая, что given that 10.09.2022 и and 11.09.2022 выходные дни
Решение: воспользоваться действием "Вычесть дату по рабочему календарю".
Реализация:
...
are weekends
Solution
Use the "Subtract date using production calendar" action.
Implementation
- Set the parameters for the "Subtract date using production calendar" action:
In the Calendar field, specify a collection of dates: - Click on the "Start" button in the top panel.
Result
The program robot has completed successfully. The number of working days has been determined
Результат:
Программный робот отработал успешно. Количество рабочих дней определено.