Class BaseUnaryDateTimeFunction
Abstract Base Class for functions which are Unary functions applied to Date Time objects in the XPath function library.
Inheritance
BaseUnaryDateTimeFunction
      
      
      
      
      
      
  Implements
Inherited Members
Namespace: VDS.RDF.Query.Expressions.Functions.XPath.DateTime
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseUnaryDateTimeFunction : BaseUnaryExpression, ISparqlExpression
  Constructors
| Edit this page View SourceBaseUnaryDateTimeFunction(ISparqlExpression)
Creates a new Unary XPath Date Time function.
Declaration
protected BaseUnaryDateTimeFunction(ISparqlExpression expr)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ISparqlExpression | expr | 
Properties
| Edit this page View SourceType
Gets the Type of the Expression.
Declaration
public override SparqlExpressionType Type { get; }
  Property Value
| Type | Description | 
|---|---|
| SparqlExpressionType | 
Overrides
Methods
| Edit this page View SourceToString()
Gets the String representation of the Function.
Declaration
public override abstract string ToString()
  Returns
| Type | Description | 
|---|---|
| string |