1using System.Threading.Tasks;
39 object Obj =
Argument.AssociatedObjectValue;
41 if (Obj is System.DateTime TP)
43 else if (Obj is System.DateTimeOffset TPO)
Script runtime exception.
Class managing a script expression.
override Task< IElement > EvaluateScalarAsync(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
Local(ScriptNode Argument, int Start, int Local, Expression Expression)
Local(x)
override IElement EvaluateScalar(IElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
Base class for funcions of one scalar variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Start
Start position in script expression.
Basic interface for all types of elements.