how to set the fps in monogame

Code Example - how to set the fps in monogame

                
                        IsFixedTimeStep = true;
TargetElapsedTime = System.TimeSpan.FromSeconds(1d / desiredFrameRate);