mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 22:19:18 +02:00
+ Merged TDateTime stuff from fixbranch
This commit is contained in:
parent
4867ef1577
commit
4dfe29b3bb
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user