PeriodSettings.Default

Syntax:

New PeriodSettings()

Description:

You can use it to create a new period setting. By default, the generated object will have the following properties:Also can be created using the functional form of the New operator.

Example:

Period = New (Type("PeriodSettings"));
Period.SettingsMode = PeriodSettingsVariant.Interval;
Period.SetPeriod(BegOfDay(BeginDate), EndOfDay(EndDate)));


    

1C:Enterprise Developer's Community