Abstract base class for functions of one semantic variable.
TimeZone(ScriptNode Argument, int Start, int Length, Expression Expression)
TimeZone(x)
override IElement EvaluateScalar(ISemanticElement Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
Represents a DayTimeDuration literal.
Interface for semantic nodes.
Represents a duration value, as defined by the xsd:duration data type: http://www....
static Duration FromTimeSpan(System.TimeSpan TS)
Converts a TimeSpan to a Duration. (This will loose milliseconds.)