mql5 datetime get jam

void OnStart()
  {
  
   MqlDateTime dt_struct;
   
   dt_struct.hour;
   
  }
Valley