U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Date& operator++
Re: Date& operator++ [message #35076 is a reply to message #35074] Mon, 09 January 2012 16:55 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
Why not, its there (as member function).

What about a little optimization:

Date& operator++() { if(day < 28) day++; else Set(Get() + 1); return *this; }

?

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Preferred way to access VectorMap
Next Topic: Init a ctrl inside INITBLOCK
Goto Forum:
  


Current Time: Sat Apr 25 19:12:50 GMT+2 2026

Total time taken to generate the page: 0.00535 seconds