This method of the DirectDraw Class retrieves the frequency of the monitor being driven by the DirectDraw object. The frequency value is returned in Hz multiplied by 100. For example, 60Hz is returned as 6000.
public int getMonitorFrequency();
Returns the monitor frequency.