<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://de.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Berechnung_der_verstrichenen_Zeit</id>
		<title>Berechnung der verstrichenen Zeit - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://de.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Berechnung_der_verstrichenen_Zeit"/>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Berechnung_der_verstrichenen_Zeit&amp;action=history"/>
		<updated>2026-04-19T09:42:21Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in ArcoWiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://de.arcowiki.com/index.php?title=Berechnung_der_verstrichenen_Zeit&amp;diff=37&amp;oldid=prev</id>
		<title>Slia: Die Seite wurde neu angelegt: „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;…“</title>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Berechnung_der_verstrichenen_Zeit&amp;diff=37&amp;oldid=prev"/>
				<updated>2018-06-04T12:21:07Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „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;…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&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>