Nueva version / New Version
Notas de la versión: 0.99.1
Se ha solucionado los problemas de instacion que tenia la version anterior.
También se ha agregado en la ayuda un tema explicando como distribuir los componentes.
Existen nuevas funciones que seran documentadas proximamente:
* El soporte para sockets UDP
* Un nuevo componente para obtener la hora de servidores de tiempo.
Ejemplo:
oNTP = CreateObject("iFox.NTP")
oNTP.Server = "time.windows.com"
If oNTP.GetTime()
? oNTP.Date
? oNTP.Time
? oNTP.AdjustedDate && Ajustado a la zona horaria establecida en el Panel de Control
? oNTP.AdjustedTime
else
? oNTP.ErrorNumber
Endif
------------------------------------------------------------
Release Notes: 0.99.1
The installation problems of the previous version are fixed.
A new help topic explaining how to distribute the components is included.
There are new functions that will be documented in the near future:
* UDP sockets support
* A new component to get the current time querying time servers.
Sample:
oNTP = CreateObject("iFox.NTP")
oNTP.Server = "time.windows.com"
If oNTP.GetTime()
? oNTP.Date
? oNTP.Time
? oNTP.AdjustedDate && Ajustado a la zona horaria establecida en el Panel de Control
? oNTP.AdjustedTime
else
? oNTP.ErrorNumber
Endif
