Advertisement
XavierAndreu

obtener mes

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