Click or drag to resize

TimeSpanNode Constructor (IGraph, TimeSpan, String, Uri)

Creates a new Time span node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TimeSpanNode(
	IGraph g,
	TimeSpan value,
	string lexicalValue,
	Uri dtUri
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
value
Type: System.TimeSpan
Time Span.
lexicalValue
Type: System.String
Lexical value.
dtUri
Type: System.Uri
Data type URI.
See Also