<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcOperation.StartdateOperation</id>
	<title>PdcOperation.StartdateOperation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcOperation.StartdateOperation"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcOperation.StartdateOperation&amp;action=history"/>
	<updated>2026-05-06T14:34:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcOperation.StartdateOperation&amp;diff=2977&amp;oldid=prev</id>
		<title>Arjan: Created page with &quot;== Declaration == StartDateOperation as DateTime  == Description == This method returns or sets the startdate of the operation.  == Notes ==   == Code example == This method r...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcOperation.StartdateOperation&amp;diff=2977&amp;oldid=prev"/>
		<updated>2017-06-22T11:47:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == StartDateOperation as DateTime  == Description == This method returns or sets the startdate of the operation.  == Notes ==   == Code example == This method r...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
StartDateOperation as DateTime&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
This method returns or sets the startdate of the operation.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
This method returns the startdate of the first operation of a calculation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Sub sGetStartDate&lt;br /&gt;
dim objCalc&lt;br /&gt;
dim objBWPL&lt;br /&gt;
&lt;br /&gt;
  set objCalc = pdc.ActiveCalculation&lt;br /&gt;
  set objBWPL = objCalc.OperationList(0)&lt;br /&gt;
&lt;br /&gt;
  msgbox objBWPL.StartDateOperation &lt;br /&gt;
&lt;br /&gt;
  set objBWPL = nothing&lt;br /&gt;
  set objCalc  = nothing&lt;br /&gt;
End Sub&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
5.3 and onwards&lt;/div&gt;</summary>
		<author><name>Arjan</name></author>
	</entry>
</feed>