I was wondering what is exactly the value of gameTime.ElapsedGameTime.TotalSeconds in a second?
gameTime.ElapsedGameTime.TotalSeconds
If the game is running at 60 frames per second the value is likely to be 1 / 60 = 0.0166 seconds.