IntegrationTestBaseUpdateProcessStartDate Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.UpdateProcessStartDate(System.String,System.Nullable{System.DateTime})"]
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void UpdateProcessStartDate(
string module,
DateTime? startDate
)
Public Sub UpdateProcessStartDate (
module As String,
startDate As DateTime?
)
public:
void UpdateProcessStartDate(
String^ module,
Nullable<DateTime> startDate
)
member UpdateProcessStartDate :
module : string *
startDate : Nullable<DateTime> -> unit
Parameters
- module String
[Missing <param name="module"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.UpdateProcessStartDate(System.String,System.Nullable{System.DateTime})"]
- startDate NullableDateTime
[Missing <param name="startDate"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.UpdateProcessStartDate(System.String,System.Nullable{System.DateTime})"]
See Also