1、函数描述:在Delphi中提取系统时间的函数为Time()函数。2、函数定义:time() 函数返回当前系统时间的 Unix 时间戳。3、函数语法:time(void)。
function DaysInAMonth(const AYear, AMonth: Word): Word;