IntegrationTestBaseGetProcessStartDate Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetProcessStartDate(System.String)"]
Namespace: Scanjour.Workflow4.TestFrameworkAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic DateTime? GetProcessStartDate(
string module
)
Public Function GetProcessStartDate (
module As String
) As DateTime?
public:
Nullable<DateTime> GetProcessStartDate(
String^ module
)
member GetProcessStartDate :
module : string -> Nullable<DateTime>
Parameters
- module String
[Missing <param name="module"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetProcessStartDate(System.String)"]
Return Value
NullableDateTime[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetProcessStartDate(System.String)"]
See Also