// Values of the individual days as powers of two
enum {
kMonday = 64,
kTuesday = 32,
kWednesday = 16,
kThursday = 8,
kFriday = 4,
kSaturday = 2,
kSunday = 1,
};
// Values of the individual days as powers of t// Values of the individual days as powers of two
enum {
kMonday = 64,
kTuesday = 32,
kWednesday = 16,
kThursday = 8,
kFriday = 4,
kSaturday = 2,
kSunday = 1,
};
// Values of the individual days as powers of t