Year()
语法
Result = Year(Date)概要
Returns the year value of the specified date.
参数
Date The date from which to extract the year.
返回值
Returns the year component of the date.
示例
Debug Year(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '2002'.
参阅
FormatDate(), Month(), Day(), Hour(), Minute(), Second()
已支持操作系统
所有