DateTimeNode Constructor (IGraph, DateTime, String, Uri) | 
 
            Creates a new Date Time valued node.
            
 
    Namespace: 
   VDS.RDF.Nodes
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected DateTimeNode(
	IGraph g,
	DateTime value,
	string lexicalValue,
	Uri datatype
)
Protected Sub New ( 
	g As IGraph,
	value As DateTime,
	lexicalValue As String,
	datatype As Uri
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph the node belongs to. - value
 - Type: SystemDateTime
Date Time value. - lexicalValue
 - Type: SystemString
Lexical Value. - datatype
 - Type: SystemUri
Datatype URI. 
See Also