Click or drag to resize

DateNode Constructor (IGraph, DateTimeOffset)

Creates a new Date valued node.

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

Parameters

g
Type: VDS.RDF.IGraph
Graph the node belongs to.
value
Type: System.DateTimeOffset
Date Time value.
See Also