'Declaration
Public Function GetDate( _ Optional ByVal context As IEvaluationContext, _ Optional ByVal catchError As Boolean _ ) As Date
'Usage
Dim instance As FormattedCellValue Dim context As IEvaluationContext Dim catchError As Boolean Dim value As Date value = instance.GetDate(context, catchError)
public DateTime GetDate( IEvaluationContext context, bool catchError )
Parameters
- context
- catchError