JobSchedule.WeekDays

Usage:

Read and write.

Description:

Type: Array.
Array of days of week numbers when job can be launched (Monday - 1, Tuesday - 2, etc.).
Example: WeekDayInMonth = 2, WeekDays = {3,5} - launch on every second Wednesday and Friday of month.

Availability:

Server, thick client, external connection.

Note:

It makes no sense to call modifying methods for this property values (as the methods use a value copy while the actual value will not be edited).
In this case the property value can be replaced fully.

    

1C:Enterprise Developer's Community