Class CreateDate
Prefix operation that create an date
Operand Count: 3
Operands
- year : double
- month : double
- day : double
Operand Type: int
Output Type: System.DateTime
Usage: CreateDate(2018, 1, 31)
Implements
Inherited Members
Namespace: Albatross.Expression.Operations
Assembly: Albatross.Expression.dll
Syntax
public class CreateDate : PrefixOperationToken, IToken
Properties
MaxOperandCount
Declaration
public override int MaxOperandCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
MinOperandCount
Declaration
public override int MinOperandCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Symbolic
Declaration
public override bool Symbolic { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
EvalValue(Func<String, Object>)
Declaration
public override object EvalValue(Func<string, object> context)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.String, System.Object> | context |
Returns
Type | Description |
---|---|
System.Object |