What is: TargetElapsedTime = TimeSpan.FromTicks(333333); // Frames Per Second is 30 for Windows Phone

TargetElapsedTime = TimeSpan.FromTicks(333333); // Frames Per Second is 30 for Windows Phone

For Windows Phone it’s locked to 30. What’s the default value when it’s not changed?

Is 666666 and 999999 60 and 90 frames per second?