Click or drag to resize

DateNode Constructor (IGraph, DateTime)

Creates a new Date valued node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DateNode(
	IGraph g,
	DateTime value
)

Parameters

g
Type: VDS.RDFIGraph
Graph the node belongs to.
value
Type: SystemDateTime
Date Time value.
See Also