[Overview][Constants][Procedures and functions] |
Extract the month of a DateTime indication.
Source position: dateutil.inc line 174
function MonthOfTheYear( |
const AValue: TDateTime |
):Word; |
AValue |
|
Date from which to extract month |
The month part of AValue
MonthOfTheYearextracts the month part of Avalueand returns it. It is an alias for MonthOf, and is provided for completeness only, corresponding to the other PartOfTheYearfunctions.
For an example, see the WeekOfTheYearfunction.
|
Extract the month from a given date. |
|
|
Extract the week of the year (and optionally year) of a DateTime indication. |
|
|
Extracts the day of the year from a TDateTimevalue |
|
|
Calculate the number of hours passed since the start of the year. |
|
|
Calculate the number of minutes elapsed since the start of the year |
|
|
Calculate the number of seconds elapsed since the start of the year. |
|
|
Calculate the number of milliseconds elapsed since the start of the year. |