RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.DaysInYear Function

Returns the number of days in the year of a specified TDateTime value.

Pascal
function DaysInYear(const AValue: TDateTime): Word;
C++
Word DaysInYear(const TDateTime AValue);

Call DaysInYear to obtain the number of days in the year of the TDateTime value specified by AValue. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!