function NthDayOfWeek(const AValue: TDateTime): Word;Example:Uses SysUtils,DateUtils;Begin Write('Today is the ',NthDayOfWeek(Today),'-th '); Writeln(formatdateTime('dddd',Today),' of the month.');End.
function NthDayOfWeek(const AValue: TDateTime): Word;Example:Uses SysUtils,DateUtils;Begin Write('Today is the ',NthDayOfWeek(Today),'-th '); Writeln(formatdateTime('dddd',Today),' of the month.');End.

被折叠的 条评论
为什么被折叠?
