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: 
Syntaxprotected override IValuedNode ValueInternal(
	DateTimeOffset dateTime
)
Protected Overrides Function ValueInternal ( 
	dateTime As DateTimeOffset
) As IValuedNode
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