Click or drag to resize

BaseUnaryDateTimeFunctionValueInternal Method

Abstract method which derived classes must implement to generate the actual numeric value for the function.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath.DateTime
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract IValuedNode ValueInternal(
	DateTimeOffset dateTime
)

Parameters

dateTime
Type: SystemDateTimeOffset
Date Time.

Return Value

Type: IValuedNode

[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.XPath.DateTime.BaseUnaryDateTimeFunction.ValueInternal(System.DateTimeOffset)"]

See Also