TimezoneFromDateTimeFunctionEffectiveBooleanValue Method |
Calculates the effective boolean value of the function in the given Evaluation Context for the given Binding ID.
Namespace:
VDS.RDF.Query.Expressions.Functions.XPath.DateTime
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool EffectiveBooleanValue(
SparqlEvaluationContext context,
int bindingID
)
Public Function EffectiveBooleanValue (
context As SparqlEvaluationContext,
bindingID As Integer
) As Boolean
Parameters
- context
- Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context. - bindingID
- Type: SystemInt32
Binding ID.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.Expressions.Functions.XPath.DateTime.TimezoneFromDateTimeFunction.EffectiveBooleanValue(VDS.RDF.Query.SparqlEvaluationContext,System.Int32)"]
See Also