PlannerItemCollection.Insert

Syntax:

Insert(<Index>, <Begin>, <End>)

Parameters:

<Index> (required)

Type: Number.
The position to put a planner item in.

<Begin> (required)

Type: Date.
Date of the planner item start.

<End> (required)

Type: Date.
Date of the planner item end.

Returned value:

Type: PlannerItem.
Inserted item.

Description:

Inserts the planner item in the collection at the specified index.

Availability:

Thin client, web-client, server, thick client, external connection.

    

1C:Enterprise Developer's Community