Click or drag to resize

VDS.RDF.Query.Expressions.Functions.XPath.DateTime Namespace

Namespace containing expression classes which provide date time functions from the XPath function library.
Classes
  ClassDescription
Public classBaseUnaryDateTimeFunction
Abstract Base Class for functions which are Unary functions applied to Date Time objects in the XPath function library.
Public classDayFromDateTimeFunction
Represents the XPath day-from-dateTime() function.
Public classHoursFromDateTimeFunction
Represents the XPath hours-from-dateTime() function.
Public classMinutesFromDateTimeFunction
Represents the XPath minutes-from-dateTime() function.
Public classMonthFromDateTimeFunction
Represents the XPath month-from-dateTime() function.
Public classSecondsFromDateTimeFunction
Represents the XPath seconds-from-dateTime() function.
Public classTimezoneFromDateTimeFunction
Represents the XPath timezone-from-dateTime() function.
Public classYearFromDateTimeFunction
Represents the XPath year-from-dateTime() function.