It will change the hour field because the base data type is an integer rather than separate HH MM SS fields.
On Fri, Dec 31, 2010 at 1:58 PM, pieceovcake <[email protected]> wrote: > by using this function on a time e.g. 1:55 > > mycal.add(Calendar.MINUTE,15); > > will it roll over the HOURS field also to 2:10 > > or will it result in 1:10 > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- -- A. Stevko =========== "If everything seems under control, you're just not going fast enough." M. Andretti -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
