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.RDFIGraph
Graph.
value
Type: SystemTimeSpan
Time Span.
lexicalValue
Type: SystemString
Lexical value.
dtUri
Type: SystemUri
Data type URI.
See Also