Date Truncation function.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Remarks

Rounds the value of a DateTime property down to a coarser granularity. The granularity is specified with an integer in the decPlaces parameter of the ExprFunction constructor.

See Also