XavierAndreu

Dia del mes

Mar 12th, 2023
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //Youtube-->https://youtu.be/Sxm6skcIdaE
  2.  
  3. void OnTick()
  4. {
  5.  
  6. datetime TiempoLocal=TimeLocal();
  7. MqlDateTime Fechatimepo;
  8. TimeToStruct(TiempoLocal,Fechatimepo);
  9. int DiaMes=Fechatimepo.day;
  10.  
  11. Comment("\nTiempoLocal : ", TiempoLocal,
  12.  
  13. "\n\nDiaMes : ", DiaMes
  14. );
  15. }
Advertisement
Add Comment
Please, Sign In to add comment