Returns the month of the year represented by a TDateTime value.
function MonthOf(const AValue: TDateTime): Word;
Word MonthOf(const TDateTime AValue);
DateUtils
Call MonthOf to obtain the month of the year represented by a specified TDateTime value. MonthOf returns a value between 1 and 12.
DecodeDate
RecodeDateMonth
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|