Click or drag to resize

MonthFromDateTimeFunctionValueInternal Method

Calculates the numeric value of the function from the given Date Time.

Namespace:  VDS.RDF.Query.Expressions.Functions.XPath.DateTime
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override 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.MonthFromDateTimeFunction.ValueInternal(System.DateTimeOffset)"]

See Also