Returns the number of days in the year of a specified TDateTime value.
function DaysInYear(const AValue: TDateTime): Word;
Word DaysInYear(const TDateTime AValue);
DateUtils
Call DaysInYear to obtain the number of days in the year of the TDateTime value specified by AValue.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|