Click or drag to resize

IValuedNodeAsDateTime Method

Gets the Date Time value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
DateTime AsDateTime()

Return Value

Type: DateTime

[Missing <returns> documentation for "M:VDS.RDF.Nodes.IValuedNode.AsDateTime"]

Exceptions
ExceptionCondition
RdfQueryExceptionThrown if the Node cannot be converted to a Date Time.
See Also