DateTimeNode Constructor (IGraph, DateTimeOffset) |
Creates a new Date Time valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public DateTimeNode(
IGraph g,
DateTimeOffset value
)
Public Sub New (
g As IGraph,
value As DateTimeOffset
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the node belongs to. - value
- Type: SystemDateTimeOffset
Date Time value.
See Also