Schedule Struct Reference
 
 
 
Schedule Struct Reference

#include <maxnet_types.h>

Inheritance diagram for Schedule:
MaxHeapOperators

Class Description

Used by the Network Rendering API to store hourly scheduling information.

See also:
MaxNetManager, WeekSchedule

Public Attributes

DWORD  hour
  This bit map represents the hourly schedule where 24 bits represent the hours.

Member Data Documentation

DWORD hour

This bit map represents the hourly schedule where 24 bits represent the hours.

A bit set to 0 indicates it is allowed to work, a bit set to 1 indicates its not allowed to work.