Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Youtube-->https://youtu.be/Sxm6skcIdaE
- void OnTick()
- {
- datetime TiempoLocal=TimeLocal();
- MqlDateTime Fechatimepo;
- TimeToStruct(TiempoLocal,Fechatimepo);
- int DiaMes=Fechatimepo.day;
- Comment("\nTiempoLocal : ", TiempoLocal,
- "\n\nDiaMes : ", DiaMes
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment