GetWorkingDate

Description

Returns the n-th working day based on the initial date and the number defines by the parameter day (That can be positive or negative for specify the direction of the search)


Date

Days InArgument<Int32> REQUIRED

The working day offset to use for date search. Can be positive for searching in the future or negative for searching in the past

InitialDate InArgument<DateTime?>

The initialDate (If hasn't value, today is usad as initial date)


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Misc


Working Calendar

WorkingCalendarExternalId InArgument<String>

The ExternalId of the working calendar to consider

WorkingCalendarId InArgument<Guid?>

The id of the working calendar to consider