Class DateTimeExpression
- Namespace
- Albatross.Expression.Prefix
- Assembly
- Albatross.Expression.dll
Prefix operation that convert input to DateTime
Operand Count: 1
Operands
- input : any
Output Type: System.DateTime
public class DateTimeExpression : PrefixExpression, IPrefixExpression, IExpression, IToken
- Inheritance
-
DateTimeExpression
- Implements
- Inherited Members
- Extension Methods
Constructors
DateTimeExpression()
public DateTimeExpression()
Methods
Run(List<object>)
Executes the prefix function with the evaluated operand values. Derived classes should override this method to implement specific function logic.
protected override object Run(List<object> operands)
Parameters
Returns
- object
The result of the function.