JCL Help:DaysInMonth
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: DaysInMonth Function
Search in JCL Help
Search in all projects
Summary
Returns the number of days in the month represent by a DateTime.
Pascal
function DaysInMonth(const DateTime: TDateTime): Integer;
Parameters
Parameters | Description |
const DateTime: TDateTime | DateTime that determines the month for which you want to know the number of days. |
Return Value
The number of days in the month in which DateTime lies.
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Nick Hodges
Notes
The specified DateTime is assumed to be after 1/1/0001 and before 1/1/10000).
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