Class BaseDateTimeOperator
Abstract base operator for date time operations.
Inherited Members
Namespace: VDS.RDF.Query.Operators.DateTime
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseDateTimeOperator : BaseOperator, ISparqlOperator, IConfigurationSerializable
Properties
| Edit this page View SourceIsExtension
Get the flag that indicates if this operator is an extension to the set of operators defined in the SPARQL specification.
Declaration
public override bool IsExtension { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Methods
| Edit this page View SourceIsApplicable(params IValuedNode[])
Gets whether the arguments are applicable for this operator.
Declaration
public override bool IsApplicable(params IValuedNode[] ns)
Parameters
Type | Name | Description |
---|---|---|
IValued |
ns | Arguments. |
Returns
Type | Description |
---|---|
bool |