Ticket #4845: date_class.diff
File date_class.diff, 726 bytes (added by , 12 years ago) |
---|
-
date_class.xml
336 336 <entry><screen></screen></entry> 337 337 </row> 338 338 <row> 339 <entry valign="top" morerows="1"><screen>date end_of_month _day() const</screen></entry>339 <entry valign="top" morerows="1"><screen>date end_of_month() const</screen></entry> 340 340 <entry>Returns the last day of the month for the date.</entry> 341 341 </row> 342 342 <row> 343 343 <entry><screen>date d(2000,Feb,1); 344 344 //gets Feb 29 -- 2000 was leap year 345 date eom = d.end_of_month _day();</screen></entry>345 date eom = d.end_of_month();</screen></entry> 346 346 </row> 347 347 </tbody> 348 348 </tgroup>