- Alert
- CheckPointer
- Comment
- CryptEncode
- CryptDecode
- DebugBreak
- ExpertRemove
- GetPointer
- GetTickCount
- GetTickCount64
- GetMicrosecondCount
- MessageBox
- PeriodSeconds
- PlaySound
- PrintFormat
- ResetLastError
- ResourceCreate
- ResourceFree
- ResourceReadImage
- ResourceSave
- SetReturnError
- SetUserError
- Sleep
- TerminalClose
- TesterHideIndicators
- TesterStatistics
- TesterStop
- TesterDeposit
- TesterWithdrawal
- TranslateKey
- ZeroMemory
GetMicrosecondCount
La función GetMicrosecondCount() devuelve la cantidad de microsegundos transcurridos desde el inicio de funcionamiento del programa MQL5.
ulong GetMicrosecondCount(); |
Valor devuelto
Valor del tipo ulong.
Ejemplo:
//+------------------------------------------------------------------+
|
Véase también