FXTime& FX::FXTime::set_time_t ( time_t  v  )  throw () [inline]

Sets the value from a time_t.

Definition at line 98 of file FXTime.h.

00099     {
00100         value=v ? mics1stJan1970+v*micsPerSecond : 0;
00101         return *this;
00102     }


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