[inline]
Sets the value from a time_t.
time_t
Definition at line 98 of file FXTime.h.
00099 { 00100 value=v ? mics1stJan1970+v*micsPerSecond : 0; 00101 return *this; 00102 }