Class TimeSpanSubtraction
Represents the time span subtraction operator.
Inherited Members
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 TimeSpanSubtraction : BaseTimeSpanOperator, ISparqlOperator, IConfigurationSerializable
Remarks
Allows queries to subtract time spans from each other.
Properties
| Improve this Doc View SourceOperator
Gets the operator type.
Declaration
public override SparqlOperatorType Operator { get; }
Property Value
Type | Description |
---|---|
SparqlOperatorType |
Overrides
Remarks
Allows queries to subtract time spans from each other.
Methods
| Improve this Doc View SourceApply(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
Remarks
Allows queries to subtract time spans from each other.