Structure WeekSchedule

3DS Max Plug-In SDK

Structure WeekSchedule

See Also: Class MaxNetManager, Structure Schedule

Description:

This structure is available in release 4.0 and later only.

This structure is used by the Network Rendering API to store weekly scheduling information.

typedef struct {

Schedule day[7];

The hourly schedule configuration for each day of the week.

int AttendedPriority;

The attended priority value which is one of the following values: HIGHPRIORITY, LOWPRIORITY, or IDLEPRIORITY.

int UnattendedPriority;

The unattended priority value which is one of the following values: HIGHPRIORITY, LOWPRIORITY, or IDLEPRIORITY.

} WeekSchedule;