Before OS4.0 you have to ask the user and remember this yourself. Matt
----- Original Message ----- From: "Vinu Raj" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 5:27 AM Subject: RE: Daylight Saving Time > Hi, > > is there a function I can call to determine if Daylight > Saving Time (or British Summer Time to be precise) is in > effect. Or do I have to work it out for myself. > > Thanks in advance > Thomas The time zone and daylight savings adjustment that is in effect are stored as system preferences. These preferences can be retrieved by using PrefGetPreference and passing prefTimeZone and prefDaylightSavingAdjustment respectively. If this is the kind of functionality you were looking for, more information can be found in the Palm OS API Reference under the System Management -> Time Manager section. I hope that helps. Vinu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
