Date Extraction function.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public static readonly ExprFunction..::..ExprFunctionOp EXTRACT
Visual Basic
Public Shared ReadOnly EXTRACT As ExprFunction..::..ExprFunctionOp
Visual C++
public:
static initonly ExprFunction..::..ExprFunctionOp^ EXTRACT

Remarks

Extracts a portion of a DateTime property value, such as the day of the week or month of the year. The portion to be extracted is specified with an integer in the decPlaces parameter of the ExprFunction constructor.

See Also