Show / Hide Table of Contents

Class DateTimeAddition

Represents the date time addition operator.

Inheritance
object
BaseOperator
BaseDateTimeOperator
DateTimeAddition
Implements
ISparqlOperator
IConfigurationSerializable
Inherited Members
BaseDateTimeOperator.IsExtension
BaseDateTimeOperator.IsApplicable(params IValuedNode[])
BaseOperator.SerializeConfiguration(ConfigurationSerializationContext)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Operators.DateTime
Assembly: dotNetRdf.dll
Syntax
public class DateTimeAddition : BaseDateTimeOperator, ISparqlOperator, IConfigurationSerializable
Remarks

Allows for queries to add durations to date times.

Properties

| Edit this page View Source

Operator

Gets the operator type.

Declaration
public override SparqlOperatorType Operator { get; }
Property Value
Type Description
SparqlOperatorType
Overrides
BaseOperator.Operator

Methods

| Edit this page View Source

Apply(params IValuedNode[])

Applies the operator.

Declaration
public override IValuedNode Apply(params IValuedNode[] ns)
Parameters
Type Name Description
IValuedNode[] ns

Arguments.

Returns
Type Description
IValuedNode
Overrides
BaseOperator.Apply(params IValuedNode[])

Implements

ISparqlOperator
IConfigurationSerializable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Operator
  • Methods
    • Apply(params IValuedNode[])
  • Implements
  • Extension Methods
Back to top Generated by DocFX