Browse Source

+ Merged TDateTime stuff from fixbranch

michael 25 years ago
parent
commit
4dfe29b3bb
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/sysutils.tex

+ 7 - 0
docs/sysutils.tex

@@ -396,6 +396,13 @@ to control the date and time formatting:
 Many functions return or require a \var{TDateTime} type, which contains
 a date and time in encoded form. The date and time are converted to a double
 as follows:
+\begin{itemize}
+\item The date part is stored in the integer part of the double as the
+number of days passed since January 1, 1900.
+\item The time part is stored in the fractional part of the double, as 
+the number of milliseconds passed since midnight (00:00), divided by the
+total number of milliseconds in a day.
+\end{itemize}
 \end{type}
 
 \begin{function}{Date}