There is a timer behaviour you could attach to the object.
However, you also mention they all have to change at the same time then you could either
1. set a variable which is subtracted from each tick e.g.., MyTime subtract by (10*dt)
2. set a timer to a dummy object and when that fires loop through all your oibjects and set the new angles etc