Click or drag to resize

SparqlSpecsHelperToDateTimeOffset Method

Note: This API is now obsolete.

Converts a Literal Node to a Date Time Offset.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
[ObsoleteAttribute("Use AsValuedNode().AsDateTimeOffset() instead")]
public static DateTimeOffset ToDateTimeOffset(
	ILiteralNode n
)

Parameters

n
Type: VDS.RDFILiteralNode
Literal Node.

Return Value

Type: DateTimeOffset

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.ToDateTimeOffset(VDS.RDF.ILiteralNode)"]

See Also