IntegrationTestBaseGetCaseCustomDateTimeValue Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,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? GetCaseCustomDateTimeValue(
string caseId,
string customLabel
)
Public Function GetCaseCustomDateTimeValue (
caseId As String,
customLabel As String
) As DateTime?
public:
Nullable<DateTime> GetCaseCustomDateTimeValue(
String^ caseId,
String^ customLabel
)
member GetCaseCustomDateTimeValue :
caseId : string *
customLabel : string -> Nullable<DateTime>
Parameters
- caseId String
[Missing <param name="caseId"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,System.String)"]
- customLabel String
[Missing <param name="customLabel"/> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,System.String)"]
Return Value
NullableDateTime[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.IntegrationTestBase.GetCaseCustomDateTimeValue(System.String,System.String)"]
See Also