Returns the year represented by a TDateTime value.
function YearOf(const AValue: TDateTime): Word;
Word YearOf(const TDateTime AValue);
Call YearOf to obtain the year represented by a specified TDateTime value. YearOf returns a value between 1 and 9999.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|