Click or drag to resize

BaseVirtualLiteralNode<TNodeID, TGraphID>.AsDateTimeOffset Method

Gets the value as a date time.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DateTimeOffset AsDateTimeOffset()

Return Value

Type: DateTimeOffset

[Missing <returns> documentation for "M:VDS.RDF.Storage.Virtualisation.BaseVirtualLiteralNode`2.AsDateTimeOffset"]

Implements

IValuedNode.AsDateTimeOffset()
Remarks
Forces a materialisation of the value.
See Also