Default view set to month?

In my controller where I setup my options for the scheduler, I’d like to be able to have the default view in my page set to “Month” view instead of “Week”. I can’t seem to find any information on where to adjust this.

            sched.Config.first_hour = 0;
            sched.Config.mark_now = true;
            sched.XY.scroll_width = 0;
            sched.Config.time_step = 5;
            sched.Config.multi_day = true;
            sched.Config.limit_time_select = true;
            sched.Config.cascade_event_display = true;

Bonus points, what if I have a custom tab (ie Rooms) that I want to show as the default view?

Thanks,

Mike

Nevermind, found the info here:

scheduler-net.com/docs/fields_and_views.html