PeriodSettings.GetDateTo

Syntax:

GetDateTo()

Returned value:

Type: Date.

Description:

Obtains the period end date.

Availability:

Thick client.

Note:

If the range boundary is set to WithoutRestriction, an empty date is returned.

Example:

PeriodSettings = Controls.List.StandardPeriod;
EndDate = PeriodSettings.GetDateTo();


    

1C:Enterprise Developer's Community