save the value of the speed limit day without conversion

This commit is contained in:
Mitchell Livingston
2009-04-05 20:13:16 +00:00
parent 248a0c7fcb
commit 293524e9ca
5 changed files with 39 additions and 159 deletions

View File

@@ -118,7 +118,6 @@
- (void) setAutoSpeedLimit: (id) sender;
- (void) setAutoSpeedLimitTime: (id) sender;
- (void) setAutoSpeedLimitDay: (id) sender;
- (void) updateAutoSpeedLimitDay;
+ (NSInteger) dateToTimeSum: (NSDate *) date;
+ (NSDate *) timeSumToDate: (NSInteger) sum;