@@ -39,10 +39,14 @@ of_timer_block_t block; #endif BOOL isValid, done; OFCondition *condition; } + +#ifdef OF_HAVE_PROPERTIES +@property (readonly, retain) OFDate *fireDate; +#endif /** * \brief Creates and schedules a new timer with the specified time interval. * * \param interval The time interval after which the timer should be executed