Boundary.Default

Syntax:

New Boundary(<Value>, <BoundType>)

Parameters:

<Value> (required)

Type: Arbitrary.
Boundary value.

<BoundType> (optional)

Type: BoundaryType.
Include/exclude boundary value.
If this parameter is omitted, the boundary value is included.

Description:

Creates a new boundary with given characteristics.
Also can be created using the functional form of the New operator.
Important! The constructor is not available at thick client or web-client.

Example:

Parameters = New Array(2);
Parameters[0] = Date;
Parameters[1] = BoundaryType.Including;
Boundary = New(Type("Boundary"),Parameters);
Query.SetParameter("EndBoundary", Boundary);


    

1C:Enterprise Developer's Community