Class DateTimeSubtraction
Represents the date time subtraction operation.
Inherited Members
Namespace: VDS.RDF.Query.Operators.DateTime
Assembly: dotNetRdf.dll
Syntax
public class DateTimeSubtraction : BaseDateTimeOperator, ISparqlOperator, IConfigurationSerializable
Remarks
Allows queries to subtract a duration from a date time.
Properties
| Edit this page View SourceOperator
Gets the operator type.
Declaration
public override SparqlOperatorType Operator { get; }
Property Value
Type | Description |
---|---|
Sparql |
Overrides
Methods
| Edit this page View SourceApply(params IValuedNode[])
Applies the operator.
Declaration
public override IValuedNode Apply(params IValuedNode[] ns)
Parameters
Type | Name | Description |
---|---|---|
IValued |
ns | Arguments. |
Returns
Type | Description |
---|---|
IValued |