Refresh rate of the video mode (Hz)

Declaration

struct VideoMode
									{
  // ...
  int refreshRate;
  // ...
									}