Check out example codes for "how to set the fps in monogame". It will help you in understanding the concepts better.
Code Example 1
IsFixedTimeStep = true;
TargetElapsedTime = System.TimeSpan.FromSeconds(1d / desiredFrameRate);
Learn ReactJs, React Native from akashmittal.com