AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de gestión de fechas y horas
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
InMilliseconds (Property)
In french: EnMillisecondes
The InMilliseconds property is used to convert a Duration variable to milliseconds. You can:
  • Find out the number of milliseconds corresponding to a duration.
  • Modify the number of milliseconds corresponding to a duration.
Example
MyDuration is Duration
MyDuration.InHours = 210
Trace(MyDuration.InMilliseconds)  // 756000000
Syntax

Finding out the number of milliseconds corresponding to a Duration variable Hide the details

<Result> = <Duration used>.InMilliseconds
<Result>: Integer
Number of milliseconds corresponding to the specified duration.
<Duration used>: Duration
Name of the Duration variable to be used.

Modifying the number of milliseconds corresponding to a Duration variable Hide the details

<Duration used>.InMilliseconds = <New duration>
<Duration used>: Duration
Name of the Duration variable to be used.
<New duration>: Integer
Number of milliseconds corresponding to the specified duration.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local