<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=ScriptCore3.DecodeTime</id>
		<title>ScriptCore3.DecodeTime - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=ScriptCore3.DecodeTime"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=ScriptCore3.DecodeTime&amp;action=history"/>
		<updated>2026-05-05T23:12:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=ScriptCore3.DecodeTime&amp;diff=1190&amp;oldid=prev</id>
		<title>Mighty: new page</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=ScriptCore3.DecodeTime&amp;diff=1190&amp;oldid=prev"/>
				<updated>2013-08-25T08:39:20Z</updated>
		
		<summary type="html">&lt;p&gt;new page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; '''procedure DecodeTime(const DateTime: [[TDateTime]]; var Hour, Min, Sec, MSec: Word);'''&lt;br /&gt;
  DateTime: [[TDateTime]] that is supposed to be decoded&lt;br /&gt;
  Hour: Hour based on ''DateTime''&lt;br /&gt;
  Min: Minutes based on ''DateTime''&lt;br /&gt;
  Sec: Seconds based on ''DateTime''&lt;br /&gt;
  MSec: Miliseconds based on ''DateTime''&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This function will decode given [[TDateTime]] into ''Hour'', ''Min'', ''Sec'' and ''MSec''.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;pascal&amp;quot;&amp;gt;&lt;br /&gt;
var&lt;br /&gt;
  h,m,s,ms: Word;&lt;br /&gt;
&lt;br /&gt;
begin&lt;br /&gt;
  DecodeTime(0.71001,h,m,s,ms);&lt;br /&gt;
  {&lt;br /&gt;
  h = 17&lt;br /&gt;
  m = 2&lt;br /&gt;
  s = 24&lt;br /&gt;
  ms = 864&lt;br /&gt;
  }&lt;br /&gt;
end.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Functions]]&lt;/div&gt;</summary>
		<author><name>Mighty</name></author>	</entry>

	</feed>