Răsfoiți Sursa

+ Added examples 4-6

michael 26 ani în urmă
părinte
comite
9b06ee01b2
2 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  1. 1 1
      docs/sysutex/Makefile
  2. 3 0
      docs/sysutex/README

+ 1 - 1
docs/sysutex/Makefile

@@ -32,7 +32,7 @@ endif
 
 
 .PHONY: all tex clean
 .PHONY: all tex clean
 
 
-OBJECTS=ex1 ex2 ex3
+OBJECTS=ex1 ex2 ex3 ex4 ex5
 
 
 TEXOBJECTS=$(addsuffix .tex, $(OBJECTS))
 TEXOBJECTS=$(addsuffix .tex, $(OBJECTS))
 
 

+ 3 - 0
docs/sysutex/README

@@ -3,3 +3,6 @@ This directory contains the examples for the Sysutils unit.
 ex1.pp contains an example of the Date function.
 ex1.pp contains an example of the Date function.
 ex2.pp contains an example of the DateTimeToFileDate function.
 ex2.pp contains an example of the DateTimeToFileDate function.
 ex3.pp contains an example of the DateTimeToStr function.
 ex3.pp contains an example of the DateTimeToStr function.
+ex4.pp contains an example of the DateTimeToString function.
+ex5.pp contains an example of the DateTimeToSystemTime function.
+ex6.pp contains an example of the DateTimeToTimeStamp function.