<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
		<id>https://zh-cn.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=%E8%AE%A1%E7%AE%97%E7%BB%8F%E8%BF%87%E7%9A%84%E6%97%B6%E9%97%B4</id>
		<title>计算经过的时间 - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="https://zh-cn.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=%E8%AE%A1%E7%AE%97%E7%BB%8F%E8%BF%87%E7%9A%84%E6%97%B6%E9%97%B4"/>
		<link rel="alternate" type="text/html" href="https://zh-cn.arcowiki.com/index.php?title=%E8%AE%A1%E7%AE%97%E7%BB%8F%E8%BF%87%E7%9A%84%E6%97%B6%E9%97%B4&amp;action=history"/>
		<updated>2026-04-19T07:39:55Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://zh-cn.arcowiki.com/index.php?title=%E8%AE%A1%E7%AE%97%E7%BB%8F%E8%BF%87%E7%9A%84%E6%97%B6%E9%97%B4&amp;diff=36&amp;oldid=prev</id>
		<title>Slia：创建页面，内容为“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;…”</title>
		<link rel="alternate" type="text/html" href="https://zh-cn.arcowiki.com/index.php?title=%E8%AE%A1%E7%AE%97%E7%BB%8F%E8%BF%87%E7%9A%84%E6%97%B6%E9%97%B4&amp;diff=36&amp;oldid=prev"/>
				<updated>2018-06-04T12:20:30Z</updated>
		
		<summary type="html">&lt;p&gt;创建页面，内容为“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;…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&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>