Monotone-Parent: 9ae32cf8559ea63dc0055f1841da04821ed5e5ee

Monotone-Revision: dd288587ff94f2fc40c82dd8e32cf52f45b50841

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-04T23:12:08
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-04 23:12:08 +00:00
parent c7e92ce2d7
commit 198ca8e76e
5 changed files with 94 additions and 7 deletions
+12
View File
@@ -1,5 +1,17 @@
2006-10-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/NSCalendarDate+SOGo.m: module replacing and
extending UI/Scheduler/NSCalendarDate+Scheduler.m.
([NSCalendarDate
+dateFromShortDateString:dateStringandShortTimeString:timeStringinTimeZone:timeZone]): new method that generates a date from two short string formatted as follow: "yyyymmdd" and "hhmm". Thismethod replaces a similar method from UIxComponent (noted below).
([NSCalendarDate -adjustedDate]): this method returns another
instance set to the correct hour after the original date was set
from a non-GMT timezone. This date can be used for storage.
([NSCalendarDate -driftedDate]): this method does exactly the
opposite of -adjutedDate, that is, it enables the method
hourOfDay, minuteOfHour etc... to return the values according to
the original date's timezone. This date CANNOT be used for storage.
* UI/Scheduler/NSCalendarDate+Scheduler.m ([NSCalendarDate
-shortDateString]): new method that will return a "short date
string" (yyyymmdd) from a calendar date object.