StandardPeriodEditDialog

Properties:

Period

Methods:

Edit
Show

Constructors:

Main

Description:

Use it for interactive editing the StandardPeriod object.

Availability:

Thin client, web-client, thick client, external connection, Mobile application (client).

Example:

Dialogue = New StandardPeriodEditDialog();
Dialogue.Period = StandardPeriodVariable
If Dialogue.Edit() Then 
    StandardPeriodVariable = Dialogue.Period;
EndIf
;

See also:

StandardPeriod

    

1C:Enterprise Developer's Community