<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
		<id>https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Calcolo_del_tempo_trascorso</id>
		<title>Calcolo del tempo trascorso - Cronologia</title>
		<link rel="self" type="application/atom+xml" href="https://it.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Calcolo_del_tempo_trascorso"/>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Calcolo_del_tempo_trascorso&amp;action=history"/>
		<updated>2026-04-19T09:18:59Z</updated>
		<subtitle>Cronologia della pagina su questo sito</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://it.arcowiki.com/index.php?title=Calcolo_del_tempo_trascorso&amp;diff=43&amp;oldid=prev</id>
		<title>Slia: Creata pagina con &quot;This is used to '''calculate the time between two moments''' in the program execution.&lt;br/&gt; It is typically used to calculate the execution time of a program.&lt;br/&gt;  &lt;code&gt;&lt;spa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://it.arcowiki.com/index.php?title=Calcolo_del_tempo_trascorso&amp;diff=43&amp;oldid=prev"/>
				<updated>2018-06-04T12:20:06Z</updated>
		
		<summary type="html">&lt;p&gt;Creata pagina con &amp;quot;This is used to &amp;#039;&amp;#039;&amp;#039;calculate the time between two moments&amp;#039;&amp;#039;&amp;#039; in the program execution.&amp;lt;br/&amp;gt; It is typically used to calculate the execution time of a program.&amp;lt;br/&amp;gt;  &amp;lt;code&amp;gt;&amp;lt;spa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is used to '''calculate the time between two moments''' in the program execution.&amp;lt;br/&amp;gt;&lt;br /&gt;
It is typically used to calculate the execution time of a program.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Begin Example…&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,100,start_time,end_time,elapsed_time_form1, elapsed_time_form2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Reading Start time&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;start_time = ASSIGN/SDATETIME()&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ stop the execution for 2 seconds&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DMESW/DELAY,2&amp;lt;/code&amp;gt; 		&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Reading End Time&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;end_time = ASSIGN/SDATETIME()&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Elapsed Time without indication of day&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;elapsed_time_form1  = ASSIGN/SELAPSETIME(start_time, end_time, LONG)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$ Elapsed Time with Indication of day&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;elapsed_time_form2  = ASSIGN/SELAPSETIME(start_time, end_time, SHORT)&amp;lt;/code&amp;gt;&lt;br /&gt;
[[it:Calcolo del tempo trascorso]]&lt;br /&gt;
[[zh-cn:计算经过的时间]]&lt;br /&gt;
[[pt:Calculando o tempo decorrido]]&lt;br /&gt;
[[de:Berechnung der verstrichenen Zeit]]&lt;br /&gt;
[[es:Cálculo del tiempo transcurrido]]&lt;br /&gt;
[[en:Calculating the elapsed time]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>