JCL Help:DayOfTheYearToDateTime
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DayOfTheYearToDateTime Function
Search in JCL Help
Search in all projects
Summary
Encodes the DateTime denoted by a year and the number of a day in that year.
Pascal
function DayOfTheYearToDateTime(const Year: Integer; const Day: Integer): TDateTime;
Parameters
Parameters | Description |
const Year: Integer | The year of the date. |
const Day: Integer | The number of a day in that year. |
Return Value
The function returns the DateTime denoted by a year and the number of a day in that year.
Description
DayOfTheYearToDateTime encodes the DateTime denoted by a year and the number of a day in that year.
See Also
About
Unit
Donator
Michael Schnell
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page