FXDate operator+ ( const FXDate d,
FXint  x 
) [friend]

Add days to date yielding another date.

Definition at line 161 of file FXDate.h.

00161 { return FXDate(d.julian+x); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:33:15 2009 for TnFOX by doxygen v1.4.7