|
From: <be...@us...> - 2006-09-05 15:44:41
|
Revision: 111
http://svn.sourceforge.net/objectlabkit/?rev=111&view=rev
Author: benoitx
Date: 2006-09-05 08:44:30 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Typo...
Added Paths:
-----------
trunk/src/site/algo.xml
Added: trunk/src/site/algo.xml
===================================================================
--- trunk/src/site/algo.xml (rev 0)
+++ trunk/src/site/algo.xml 2006-09-05 15:44:30 UTC (rev 111)
@@ -0,0 +1,38 @@
+<document>
+ <properties>
+ <author email="Ki...@ob...">Benoit Xhenseval</author>
+ <title>ObjectLab Kit - Holiday Handler Algorithms</title>
+ </properties>
+ <head>
+
+ </head>
+ <body>
+ <!-- The body of the document contains a number of sections -->
+ <section name="Holiday Handler Algorithms">
+
+ <subsection name="Forward">
+ <p>If the date is a non-working day, move forward to the next working day.</p>
+ <img src="forward.png"/>
+ </subsection>
+
+ <subsection name="backward">
+ <p>If the date is a non-working day, move backward to the previous working day.</p>
+ <img src="backward.png"/>
+ </subsection>
+
+ <subsection name="Modified Following">
+ <p>If the date is a non-working day, move forward to the next working day,
+ UNLESS it crosses over a new month, in which case we revert to find the last working day of the current month.</p>
+ <img src="modif-following.png"/>
+ </subsection>
+
+ <subsection name="Modified Preceeding">
+ <p>If the date is a non-working day, move backward to the previous working day,
+ UNLESS it crosses over a new month, in which case we revert to find the next working day of the current month.</p>
+ <img src="modif-preceeding.png"/>
+ </subsection>
+
+ </section>
+
+ </body>
+</document>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|