TimeSpanNode Constructor (IGraph, TimeSpan, String) | 
 
            Creates a new Time span node. 
            
 
    Namespace: 
   VDS.RDF.Nodes
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic TimeSpanNode(
	IGraph g,
	TimeSpan value,
	string lexicalValue
)
Public Sub New ( 
	g As IGraph,
	value As TimeSpan,
	lexicalValue As String
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph. - value
 - Type: SystemTimeSpan
Time Span. - lexicalValue
 - Type: SystemString
Lexical value. 
See Also