timeSharing.init


DESCRIPTION
Initialize the timeSharing.


SYNTAX
menu.init(TIMESHARING,sizeof(timeSharing));


PARAMETERS
  • TIMESHARINGr
    Pass the array of type TIMESHARING.

  • Size of Array
    You must pass the size of the Array.
    Example sizeof(timeSharing));


EXAMPLE #1.


SEE ALSO
  • .run