'Declaration Protected Function GetExpectedDateTime( _ ByVal evaluator As ICalcEvaluator, _ ByVal baseRow As Integer, _ ByVal baseColumn As Integer _ ) As Nullable(Of Date)
'Usage Dim instance As ConditionBase Dim evaluator As ICalcEvaluator Dim baseRow As Integer Dim baseColumn As Integer Dim value As Nullable(Of Date) value = instance.GetExpectedDateTime(evaluator, baseRow, baseColumn)
protected Nullable<DateTime> GetExpectedDateTime( ICalcEvaluator evaluator, int baseRow, int baseColumn )
Parameters
- evaluator
- The evaluator.
- baseRow
- The base row index.
- baseColumn
- The base column index.
Return Value
Returns the expected date and time string.