Table of Contents

Class Utc

Namespace
Albatross.Expression.Prefix
Assembly
Albatross.Expression.dll

Convert a dateTime object to utc. If the input operand is a string, the function will attempt to parse it first.

public class Utc : PrefixExpression, IPrefixExpression, IExpression, IToken
Inheritance
Utc
Implements
Inherited Members
Extension Methods

Constructors

Utc()

public Utc()

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

operands List<object>

The list of evaluated operand values.

Returns

object

The result of the function.