Click or drag to resize

IValuedNodeAsDateTimeOffset Method

Gets the Date Time Offset value of the Node.

Namespace:  VDS.RDF.Nodes
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
DateTimeOffset AsDateTimeOffset()

Return Value

Type: DateTimeOffset

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

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