Skip to content

Commit

Permalink
update to 2015 HRS Schdule (changes to monday morning)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhartman committed Sep 23, 2015
1 parent 1a3e33e commit d3509b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Classy/WeeklySchedule.m
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ + (void) initialize {
TimeSlot* BBlockFriday = [[TimeSlot alloc] initWithWeekday:@"Friday" withStartMinute:[NSNumber numberWithInt:13*60+55] withDuration:[NSNumber numberWithInt:40]];

// C BLOCK TIMESLOTS -----------------------------
TimeSlot* CBlockMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:10*60+20] withDuration:[NSNumber numberWithInt:45]];

TimeSlot* CBlockMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:10*60+25] withDuration:[NSNumber numberWithInt:45]];

TimeSlot* CBlockTuesday = [[TimeSlot alloc] initWithWeekday:@"Tuesday" withStartMinute:[NSNumber numberWithInt:9*60+15] withDuration:[NSNumber numberWithInt:45]];

Expand All @@ -104,7 +104,7 @@ + (void) initialize {

// D BLOCK TIMESLOTS -----------------------------

TimeSlot* DBlockMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:11*60+10] withDuration:[NSNumber numberWithInt:45]];
TimeSlot* DBlockMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:11*60+15] withDuration:[NSNumber numberWithInt:45]];

TimeSlot* DBlockTuesday = [[TimeSlot alloc] initWithWeekday:@"Tuesday" withStartMinute:[NSNumber numberWithInt:10*60+20] withDuration:[NSNumber numberWithInt:45]];

Expand Down Expand Up @@ -144,7 +144,7 @@ + (void) initialize {

// MORNING MEETING TIMESLOTS -----------------------------

TimeSlot* MorningMeetingMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:10*60+5] withDuration:[NSNumber numberWithInt:10]];
TimeSlot* MorningMeetingMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:10*60+5] withDuration:[NSNumber numberWithInt:15]];

TimeSlot* MorningMeetingThursday = [[TimeSlot alloc] initWithWeekday:@"Thursday" withStartMinute:[NSNumber numberWithInt:10*60+0] withDuration:[NSNumber numberWithInt:20]];

Expand All @@ -158,7 +158,7 @@ + (void) initialize {

// LUNCH TIMESLOTS -----------------------------

TimeSlot* LunchMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:11*60+55] withDuration:[NSNumber numberWithInt:55]];
TimeSlot* LunchMonday = [[TimeSlot alloc] initWithWeekday:@"Monday" withStartMinute:[NSNumber numberWithInt:12*60] withDuration:[NSNumber numberWithInt:50]];

TimeSlot* LunchTuesday = [[TimeSlot alloc] initWithWeekday:@"Tuesday" withStartMinute:[NSNumber numberWithInt:11*60+55] withDuration:[NSNumber numberWithInt:35]];

Expand Down

0 comments on commit d3509b8

Please sign in to comment.